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