Click or drag to resize

PenAlignment Enumeration

Specifies the alignment of a System.Drawing.Pen object in relation to the theoretical, zero-width line.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum PenAlignment
Members
  Member nameValueDescription
Center0 Specifies that the System.Drawing.Pen object is centered over the theoretical line.
Inset1 Specifies that the System.Drawing.Pen is positioned on the inside of the theoretical line.
Outset2 Specifies the System.Drawing.Pen is positioned on the outside of the theoretical line.
Left3 Specifies the System.Drawing.Pen is positioned to the left of the theoretical line.
Right4 Specifies the System.Drawing.Pen is positioned to the right of the theoretical line.
See Also