(Leadtools.Controls)

ScrollBy Method

Show in webframe





The amount by which to scroll the image.
Scrolls the image by the specified amount.
Syntax
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 
)

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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.