Error processing SSI file
(Leadtools.Controls)

Show in webframe

CenterAtPoint Method




The point at which to center the view in control coordinate.
Centers the view display at the specified point.
Syntax
public virtual void CenterAtPoint( 
   LeadPoint point
)
'Declaration
 
Public Overridable Sub CenterAtPoint( _
   ByVal point As LeadPoint _
) 

Parameters

point
The point at which to center the view in control coordinate.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file