VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfZoomTool Class / PerformZooming(Double,Point) Method
Syntax Requirements SeeAlso
In This Topic
PerformZooming(Double,Point) Method (WpfZoomTool)
In This Topic
Performs the zooming.
Syntax
'Declaration

Protected Overridable Sub PerformZooming( _
ByVal newZoom
The new zoom value.
As Double, _
ByVal anchorPoint
The anchor point in image viewer space.
As System.Windows.Point _
)
protected virtual void PerformZooming(
double newZoom,
System.Windows.Point anchorPoint
)

Parameters

newZoom
The new zoom value.
anchorPoint
The anchor point in image viewer space.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also