OriginLocationEnum Enumeration

Enumeration of general locations for an origin.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum OriginLocationEnum

Members

None0 No origin defined or unknown.
Bottom1 Bottom location.
BottomLeft2 Bottom left location.
BottomRight3 Bottom right location.
Center4 Center location.
Left5 Left location.
Right6 Right location.
Top7 Top location.
TopLeft8 Top left location.
TopRight9 Top right location.

See Also