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
)
Protected Overridable Function RenderTestImage (
width As Integer,
height As Integer,
blockSize As Nullable(Of Integer),
tileX As Integer,
tileY As Integer
) As Image
protected:
virtual Image^ RenderTestImage(
int width,
int height,
Nullable<int> blockSize,
int tileX,
int tileY
)
abstract RenderTestImage :
width : int *
height : int *
blockSize : Nullable<int> *
tileX : int *
tileY : int -> Image
override RenderTestImage :
width : int *
height : int *
blockSize : Nullable<int> *
tileX : int *
tileY : int -> Image
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:
ImageSee Also