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
)
Public Overridable Function GetImageStream (
targetMapRectangle As MapRectangle,
targetSize As Size
) As Stream
public:
virtual Stream^ GetImageStream(
MapRectangle targetMapRectangle,
Size targetSize
)
abstract GetImageStream :
targetMapRectangle : MapRectangle *
targetSize : Size -> Stream
override GetImageStream :
targetMapRectangle : MapRectangle *
targetSize : Size -> Stream
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