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 Enumeration Alignment
Members
| Member name | Description |
---|
| 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