xtd 0.2.0
Loading...
Searching...
No Matches

◆ pen_alignment

Specifies the alignment of a xtd::drawing::pen object in relation to the theoretical, zero-width line.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Remarks
A xtd::drawing::pen object has width. The center point of this pen width is aligned relative to the line being drawn depending on the alignment value. A xtd::drawing::pen object can be positioned to draw inside of a line or centered over the line.
See also
xtd::drawing::pen
Enumerator
center 

Specifies that the xtd::drawing::pen object is centered over the theoretical line.

inset 

Specifies that the xtd::drawing::pen is positioned on the inside of the theoretical line.

outset 

Specifies the xtd::drawing::pen is positioned on the outside of the theoretical line.

left 

Specifies the xtd::drawing::pen is positioned to the left of the theoretical line.

right 

Specifies the xtd::drawing::pen is positioned to the right of the theoretical line.