OriginLocationEnum Enumeration
Enumeration of general locations for an origin.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public enum OriginLocationEnum
Public Enumeration OriginLocationEnum
No code example is currently available or this language may not be supported.
| None | 0 |
No origin defined or unknown.
|
| Bottom | 1 |
Bottom location.
|
| BottomLeft | 2 |
Bottom left location.
|
| BottomRight | 3 |
Bottom right location.
|
| Center | 4 |
Center location.
|
| Left | 5 |
Left location.
|
| Right | 6 |
Right location.
|
| Top | 7 |
Top location.
|
| TopLeft | 8 |
Top left location.
|
| TopRight | 9 |
Top right location.
|