Click or drag to resize

ReprojectionServiceGetImageStream Method (MapRectangle, Size)

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
public virtual Stream GetImageStream(
	MapRectangle targetMapRectangle,
	Size targetSize
)

Parameters

targetMapRectangle
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionMapRectangle
targetSize
Type: System.DrawingSize

Return Value

Type: Stream
The stream containing the map image.

Implements

IMapServiceTGetImageStream(T, Size)
See Also