Click or drag to resize

SheetZoomToRectangle Method

Zoom to specified rectangle

Namespace:  Easymap.AddIn
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
Rectangle which will be zoomed.
See Also