Click or drag to resize

FormsMapSetEnvelope 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
)

Parameters

rectangle
Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle in WGS84 units.

Implements

IMapSetEnvelope(MapRectangle)
See Also