Click or drag to resize

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
)

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