This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.matrixreferencecorner [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.matrixreferencecorner [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.MatrixReferenceCorner ====== | ====== ThinkGeo.MapSuite.Core.MatrixReferenceCorner ====== | ||
| - | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21748";s:5:"mHash";s:32:"a3c9366fcb586e07cfc80de8b1e89787";s:4:"mRef";s:5:"35477";} | + | {{section>upgrade_map_suite_to_10.0}} |
| + | |||
| + | This enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Items == | ||
| + | **UpperLeft** | ||
| + | * **Summary**:This items specifies the reference corner should be the UpperLeft of the Matrix boundingBox. | ||
| + | |||
| + | **UpperRight** | ||
| + | * **Summary**:This items specifies the reference corner should be the UpperRight of the Matrix boundingBox. | ||
| + | |||
| + | **LowerLeft** | ||
| + | * **Summary**:This items specifies the reference corner should be the LowerLeft of the Matrix boundingBox. | ||
| + | |||
| + | **LowerRight** | ||
| + | * **Summary**:This items specifies the reference corner should be the LowerRight of the Matrix boundingBox. | ||