Click or drag to resize

IMapServiceTGetImageStream Method

Loads a map image using the specified bounding box and size.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
Stream GetImageStream(
	T boundingBox,
	Size size
)

Parameters

boundingBox
Type: T
Requested bounding box, based on the CRS defined by this class.
size
Type: System.DrawingSize
Requested image size in pixels.

Return Value

Type: Stream
The stream containing the map image.
See Also