TileMatrixTopLeftCorner Property |
The top left coordinate of the area covered by the tiles of the matrix set (with top > bottom).
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Point TopLeftCorner { get; set; }
Public Property TopLeftCorner As Point
Get
Set
public:
virtual property Point TopLeftCorner {
Point get () sealed;
void set (Point value) sealed;
}
abstract TopLeftCorner : Point with get, set
override TopLeftCorner : Point with get, set
Property Value
Type:
PointImplements
ITileMatrixTopLeftCornerSee Also