Click or drag to resize

PtvAjaxTiledProviderGetImageUri Method

Retrieves the uri of the map image.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public string GetImageUri(
	double left,
	double top,
	double right,
	double bottom,
	int width,
	int height
)

Parameters

left
Type: SystemDouble
Left bound of the displayed map section.
top
Type: SystemDouble
Top bound of the displayed map section.
right
Type: SystemDouble
Right bound of the displayed map section.
bottom
Type: SystemDouble
Bottom bound of the displayed map section.
width
Type: SystemInt32
Width of the displayed map section.
height
Type: SystemInt32
Height of the displayed map section.

Return Value

Type: String
The uri of the image.
See Also