'Declaration Public Overloads Sub ScrollToPoint( _
ByVal imagePointThe point in the image space.As System.Drawing.PointF, _
ByVal anchorThe 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.