Click or drag to resize

ZoomPanelZoomAtMousePosition Method

Zooms the content of ZoomPanel so that the mousePosition stays at the same location.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void ZoomAtMousePosition(
	double zoomFactor,
	Point mousePosition
)

Parameters

zoomFactor
Type: SystemDouble
zoomFactor
mousePosition
Type: System.WindowsPoint
mousePosition
See Also