PenStyle

Enum that specify the style of a Pen object.

Values

ValueMeaning
solidPS_SOLID

Solid Pen (Standard).

dashPS_DASH

Dashed Pen.

dotPS_DOT

Dotted Pen.

dashDotPS_DASHDOT

Dash-Dotted Pen.

dashDotDotPS_DASHDOTDOT

Dashed-Dotted-Dotted Pen.

null_PS_NULL

Invisible Pen.

insideFramePS_INSIDEFRAME

Solid Pen (line are drown inside the border of a closed shape).

Meta