MapSetEnvelope Method (MapRectangle) |
Centers the map resulting in all elements within the specified rectangle are visible.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void SetEnvelope(
MapRectangle rectangle
)
Public Sub SetEnvelope (
rectangle As MapRectangle
)
public:
virtual void SetEnvelope(
MapRectangle^ rectangle
) sealed
abstract SetEnvelope :
rectangle : MapRectangle -> unit
override SetEnvelope :
rectangle : MapRectangle -> unit
Parameters
- rectangle
- Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle in WGS84 units.
Implements
IMapSetEnvelope(MapRectangle)See Also