Enum ReferencePoint
Represents the reference point of a block.
public enum ReferencePoint
Fields
BottomLeft = 3
Bottom left.
BottomMiddle = 8
Bottom middle.
BottomRight = 4
Bottom right.
Center = 2
Middle.
MiddleLeft = 0
Left.
MiddleRight = 1
Right.
TopLeft = 5
Top left.
TopMiddle = 7
Top middle.
TopRight = 6
Top right