LOGPEN

此頁(yè)沒(méi)有內(nèi)容條目
內(nèi)容

LOGPEN

類型定義

Type LOGPEN

lopnStyle As Long

lopnWidth As POINTAPI

lopnColor As Long

End Type

說(shuō)明

Data structure used to define a logical pen. The actual physical pen will depend on the capabilities of the device.

字段表

字段

類型與說(shuō)明

lopnStyle

Long,Refer to the nPenStyle parameter of the CreatePen function

lopnWidth

POINTAPI,X field contains the width of the pen in logical units. The Y field is not used.

lopnColor

Long,RGB color of the pen.

Top