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: 11.2.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