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

    Parameters

    imagePoint
    The point in the image space.
    anchor
    The viewer anchor to which the image point must be scrolled.
    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