ZoomMouseToolPerformZoom Method |
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
)
Protected Overridable Sub PerformZoom (
ctrlPoint As Point,
point As Point,
tool As ZoomToolMode
)
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