Click or drag to resize

ZoomMouseTool.PerformZoom Method

This method applies the actual zoom change to the AtalaImageViewer.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void PerformZoom(
	Point ctrlPoint,
	Point point,
	ZoomToolMode tool
)

Parameters

ctrlPoint
Type: System.Windows.Point
The point in viewer space that was clicked.
point
Type: System.Windows.Point
The image pixel that was clicked.
tool
Type: Atalasoft.Imaging.Wpf.ZoomToolMode
The tool that was used.
See Also