C#
VB
Java
Objective-C
WinRT C#
Scrolls the image by the specified amount.
public virtual void ScrollBy(
Point point
)
Public Overridable Sub ScrollBy( _
ByVal point As Point _
)
public virtual void ScrollBy(
Point point
)
- (void)scrollBy:(CGPoint)point
public void scrollBy(Point point)
function Leadtools.Controls.ImageViewer.ScrollBy(
point
)
point
The amount by which to scroll the image.
This method will add point to the current ScrollOffset. Therefore, this method will follow the same rules governing the minimum and maximum values of ScrollOffset.
ImageViewerPanZoomInteractiveMode uses this method to perform its operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET