VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / ScrollToPoint Methods / ScrollToPoint(PointF) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ScrollToPoint(PointF) Method (ImageViewer)
    In This Topic
    Scrolls the viewer to the specified point of focused image.
    Syntax
    'Declaration
    
    Public Overloads Overridable Sub ScrollToPoint( _
    ByVal imagePoint
    Point in the image space.
    As System.Drawing.PointF _
    )
    public virtual void ScrollToPoint(
    System.Drawing.PointF imagePoint
    )
    public: virtual void ScrollToPoint(
    System.Drawing.PointF imagePoint
    )
    public:
    virtual void ScrollToPoint(
    System.Drawing.PointF imagePoint
    )

    Parameters

    imagePoint
    Point in the image space.
    Remarks

    The specified point will be located in the viewer center if this is possible.

    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