MapServiceGetImageStream Method (IBoundingBox, 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(
IBoundingBox boundingBox,
Size size
)
Public Overridable Function GetImageStream (
boundingBox As IBoundingBox,
size As Size
) As Stream
public:
virtual Stream^ GetImageStream(
IBoundingBox^ boundingBox,
Size size
)
abstract GetImageStream :
boundingBox : IBoundingBox *
size : Size -> Stream
override GetImageStream :
boundingBox : IBoundingBox *
size : Size -> Stream
Parameters
- boundingBox
- Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
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.
Implements
IMapServiceTGetImageStream(T, Size)See Also