Enum MatrixReferenceCorner
This enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox.
public enum MatrixReferenceCorner
Fields
LowerLeft = 2
This items specifies the reference corner should be the LowerLeft of the Matrix boundingBox.
LowerRight = 3
This items specifies the reference corner should be the LowerRight of the Matrix boundingBox.
UpperLeft = 0
This items specifies the reference corner should be the UpperLeft of the Matrix boundingBox.
UpperRight = 1
This items specifies the reference corner should be the UpperRight of the Matrix boundingBox.