PtvAjaxTiledProviderGetImageStreamInternal Method |
The internal function for reading the image stream.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Stream GetImageStreamInternal(
double left,
double top,
double right,
double bottom,
int width,
int height
)
Public Function GetImageStreamInternal (
left As Double,
top As Double,
right As Double,
bottom As Double,
width As Integer,
height As Integer
) As Stream
public:
Stream^ GetImageStreamInternal(
double left,
double top,
double right,
double bottom,
int width,
int height
)
member GetImageStreamInternal :
left : float *
top : float *
right : float *
bottom : float *
width : int *
height : int -> Stream
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:
Stream The map image as stream.
See Also