ITileMatrixMatrixWidth Property |
Number of horizontal tiles.
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax ReadOnly Property MatrixWidth As Integer
Get
property int MatrixWidth {
int get ();
}
abstract MatrixWidth : int with get
Property Value
Type:
Int32Remarks
Limits the value of the {x} URL template parameter; 0 ... (MatrixWidth-1) tiles can be requested from the WMTS services
if no further limits have been specified by MatrixMinX and MatrixMaxX.
See Also