CoordinateOrigin Enum
Specifies the origin point for use with x/y coordinates.
public enum CoordinateOrigin
Fields
| Name | Description |
|---|---|
| BottomLeft | Indicates that the bottom-left point will be used at the origin. |
| BottomRight | Indicates that the bottom-right point will be used at the origin. |
| Center | Indicates that the center point will be used at the origin. |
| CenterBottom | Indicates that the center-bottom point will be used at the origin. |
| CenterTop | Indicates that the center-top point will be used at the origin. |
| MiddleLeft | Indicates that the middle-left point will be used at the origin. |
| MiddleRight | Indicates that the middle-right point will be used at the origin. |
| TopLeft | Indicates that the top-left point will be used at the origin. |
| TopRight | Indicates that the top-right point will be used at the origin. |