Click or drag to resize

ZoomMouseToolPerformZoom 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.WindowsPoint
The point in viewer space that was clicked.
point
Type: System.WindowsPoint
The image pixel that was clicked.
tool
Type: Atalasoft.Imaging.WpfZoomToolMode
The tool that was used.
See Also