Click or drag to resize

WmtsMapServiceRenderTestImage Method

Renders a test image.

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 RenderTestImage(
	int width,
	int height,
	Nullable<int> blockSize,
	int tileX,
	int tileY
)

Parameters

width
Type: SystemInt32
Width of the test image.
height
Type: SystemInt32
Height of the test image.
blockSize
Type: SystemNullableInt32
Block size used for coloring the test image.
tileX
Type: SystemInt32
The x-coordinate of the tile being requested; used for dynamically coloring the image.
tileY
Type: SystemInt32
The y-coordinate of the tile being requested; used for dynamically coloring the image.

Return Value

Type: Image
See Also