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
)
Public Function GetImageUri (
left As Double,
top As Double,
right As Double,
bottom As Double,
width As Integer,
height As Integer
) As String
public:
String^ GetImageUri(
double left,
double top,
double right,
double bottom,
int width,
int height
)
member GetImageUri :
left : float *
top : float *
right : float *
bottom : float *
width : int *
height : int -> string
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