function Leadtools.Controls.ImageViewer.centerAtPoint( point )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
point | LeadPointD | The point at which to center the image display, in control coordinates. |
The control will change ScrollOffset (and optionally, the scrollbars) according to the value passed. Therefore, this method will follow the same rules governing the minimum and maximum values of ScrollOffset.
ImageViewerCenterAtInteractiveMode uses this method to perform its operation.