VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfMagnifierTool Class / Show Methods / Show(Point) Method
Syntax Requirements SeeAlso
In This Topic
Show(Point) Method (WpfMagnifierTool)
In This Topic
Shows the magnifier at specified point on image.
Syntax
'Declaration

Public Overloads Sub Show( _
ByVal imagePoint
The point on image.
As System.Windows.Point _
)
public void Show(
System.Windows.Point imagePoint
)

Parameters

imagePoint
The point on image.
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