Click or drag to resize

ZoomPanelZoomForRectangle Method (Point, Point)

Zooms and translates to show the content defined by startPoint and endPoint (coordinates in absolute units - from ZoomPanel's position and its ActualWidth and ActualHeight)

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void ZoomForRectangle(
	Point startPoint,
	Point endPoint
)

Parameters

startPoint
Type: System.WindowsPoint
startPoint
endPoint
Type: System.WindowsPoint
endPoint
See Also