VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / ScrollToPoint Methods / ScrollToPoint(Point,AnchorType) Method
Syntax Requirements SeeAlso
In This Topic
ScrollToPoint(Point,AnchorType) Method (WpfImageViewer)
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.Windows.Point, _
ByVal anchor
The viewer anchor to which the image point must be scrolled.
As Vintasoft.Imaging.AnchorType _
)
public void ScrollToPoint(
System.Windows.Point 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: .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