Click or drag to resize

Alignment Enumeration

Specifies the line position.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum Alignment
Members
  Member nameDescription
Center Center the line on the region.
Inset Draw the line inside the region.
Outset Draw the line outside the region.
Remarks
The alignment will is ignored and always centered with %DrawLine%, %DrawLines%, and %DrawPolygon%.
See Also