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