public virtual void ScrollBy( Point point )
Public Overridable Sub ScrollBy( _ ByVal point As Point _ )
public virtual void ScrollBy( Point point )
-(void)scrollBy:(CGPoint)pt;
public void scrollBy(Point point)
function Leadtools.Controls.ImageViewer.ScrollBy( point )
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.