UntiledProviderGetImageStream Method |
Returns a bitmap for a map section specified in PTV-internal Mercator format.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
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 of the requested map section. - top
- Type: SystemDouble
Top coordinate of the requested map section. - right
- Type: SystemDouble
Right coordinate of the requested map section. - bottom
- Type: SystemDouble
Bottom coordinate of the requested map section. - width
- Type: SystemInt32
Width in pixel of the bitmap. - height
- Type: SystemInt32
Height in pixel of the bitmap.
Return Value
Type:
Stream Stream containing the bitmap.
Implements
IUntiledProviderGetImageStream(Double, Double, Double, Double, Int32, Int32)See Also