Click or drag to resize

WmtsMapServiceLoadImage Method

Loads tile images from the WMTS service.

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual Image LoadImage(
	string identifier,
	int x,
	int y
)

Parameters

identifier
Type: SystemString
Identifier of the tile matrix; Value for the {z} template parameter.
x
Type: SystemInt32
Value for the {x} template parameter.
y
Type: SystemInt32
Value for the {y} template parameter.

Return Value

Type: Image
Tile image.
See Also