MatrixReferenceCorner¶
Namespace: ThinkGeo.Core
This enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox.
public enum MatrixReferenceCorner
Inheritance Object → ValueType → Enum → MatrixReferenceCorner
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| 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. |
| 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. |