Click or drag to resize

Origin Enumeration

Vertical and horizontal origin.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum Origin
Members
  Member nameDescription
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