FormsMapGetCurrentEnvelope Method |
Gets the bounding box of the visible map section while the map is in animation mode.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapRectangle GetCurrentEnvelope()
Public Function GetCurrentEnvelope As MapRectangle
public:
virtual MapRectangle^ GetCurrentEnvelope() sealed
abstract GetCurrentEnvelope : unit -> MapRectangle
override GetCurrentEnvelope : unit -> MapRectangle
Return Value
Type:
MapRectangle The rectangle in WGS84 units.
Implements
IMapGetCurrentEnvelopeSee Also