XMapTiledProviderBaseGetImageStream Method (Double, Double, Double, Double, Int32, Int32) |
Retrieves 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 GetImageStream(
double left,
double top,
double right,
double bottom,
int width,
int height
)
Public Function GetImageStream (
left As Double,
top As Double,
right As Double,
bottom As Double,
width As Integer,
height As Integer
) As Stream
public:
virtual Stream^ GetImageStream(
double left,
double top,
double right,
double bottom,
int width,
int height
) sealed
abstract GetImageStream :
left : float *
top : float *
right : float *
bottom : float *
width : int *
height : int -> Stream
override GetImageStream :
left : float *
top : float *
right : float *
bottom : float *
width : int *
height : int -> Stream
Parameters
- left
- Type: SystemDouble
Left coordinate. - top
- Type: SystemDouble
Top coordinate. - right
- Type: SystemDouble
Right coordinate. - bottom
- Type: SystemDouble
Bottom coordinate. - width
- Type: SystemInt32
Width of the image. - height
- Type: SystemInt32
Height of the image.
Return Value
Type:
Stream The image as a stream.
Implements
IUntiledProviderGetImageStream(Double, Double, Double, Double, Int32, Int32)See Also