VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / MagnifierTool Class / Show Methods / Show(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    Show(PointF) Method (MagnifierTool)
    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.Drawing.PointF _
    )
    public void Show(
    System.Drawing.PointF imagePoint
    )
    public: void Show(
    System.Drawing.PointF imagePoint
    )
    public:
    void Show(
    System.Drawing.PointF imagePoint
    )

    Parameters

    imagePoint
    The point on image.
    Requirements

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

    See Also