IMapSetEnvelope 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 void SetEnvelope(
MapRectangle rectangle
)
Sub SetEnvelope (
rectangle As MapRectangle
)
void SetEnvelope(
MapRectangle^ rectangle
)
abstract SetEnvelope :
rectangle : MapRectangle -> unit
Parameters
- rectangle
- Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle in WGS84 units.
See Also