Click or drag to resize

MapZoomToRectangle Method

Zoom the view to the specified RectangleF

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void ZoomToRectangle(
	RectangleF rect
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
Remarks
The coordinate system of the map elements is used
See Also