function Leadtools.Controls.ImageViewer.scrollBy( point )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
point | LeadPointD | 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.