PenGetStyleΒΆ

PenGetStyle returns the line style of a pen object.

nStyle = PenGetStyle(hPen)

Parameters

nStyle

nStyle is one of the following values:

Value Meaning
PS_SOLID solid line pen
PS_DASH dash pen
PS_DOT dot pen
PS_DASHDOT dash dot pen
PS_DASHDOTDOT dash dot dot pen
PS_NULL invisible pen
hPen

Identifies the pen.

id-1608239