TileMatrix.PointOfOrigin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist.
public System.Collections.Generic.IList<float> PointOfOrigin { get; }
member this.PointOfOrigin : System.Collections.Generic.IList<single>
Public ReadOnly Property PointOfOrigin As IList(Of Single)