Centers the view display at the specified point.
ImageViewer.prototype.centerAtPoint = function(point)
centerAtPoint(point: LeadPointD): void;
point
The point at which to center the view in control coordinate.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET