←Select platform

ScrollBy Method

Summary

Scrolls the image by the specified amount.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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  
) 

Parameters

point
The amount by which to scroll the image.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)