LOGPEN
类型定义
Type LOGPEN
lopnStyle As Long
lopnWidth As POINTAPI
lopnColor As Long
End Type
说明

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

字段表
字段 类型与说明
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