Vertical and horizontal origin.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration Origin
Members
| Member name | Description |
---|
| BottomLeft |
The object's origin is its bottom, left corner.
|
| BottomCenter |
The object's origin is its bottom, center point.
|
| BottomRight |
The object's origin is its bottom, right corner.
|
| CenterLeft |
The object's origin is its center, left point.
|
| Center |
The object's origin is its center.
|
| CenterRight |
The object's origin is its center, right point.
|
| TopLeft |
The object's origin is its top, left corner.
|
| TopCenter |
The object's origin is its top, center point.
|
| TopRight |
The object's origin is its top, right corner.
|
See Also