PenAlignment

PenAlignment enum

Specifies the alignment of a Pen object relative to an abstract reference 0-width line.

enum class PenAlignment

Values

NameValueDescription
Center0The Pen is positioned at the center of the reference line.
Inset1The Pen is positioned on the inside of the reference line.
Outset2The Pen is positioned on the outside of the reference line.
Left3The Pen is positioned to the left of the reference line.
Right4The Pen is positioned to the right of the reference line.

See Also