Click or drag to resize

WmsMapServiceGetImageStream Method (IBoundingBox, Size, 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 override Stream GetImageStream(
	IBoundingBox box,
	Size requestedSize,
	out Size effectiveSize
)

Parameters

box
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
requestedSize
Type: System.DrawingSize
Requested image size in pixels.
effectiveSize
Type: System.DrawingSize
Image size effectively rendered.

Return Value

Type: Stream
The stream containing the map image.

Implements

IExtendedMapServiceTGetImageStream(T, Size, Size)
See Also