Gets the location of the center of the image, in control coordinates.
public virtual Point ImageControlCenter {get;}
Public Overridable ReadOnly Property ImageControlCenter As Point
public virtual Point ImageControlCenter {get;}
@property (nonatomic, assign, readonly) CGPoint imageControlCenter
public PointF getImageControlCenter()
get_ImageControlCenter();
The location of the center of the image, in control coordinates.
This property contains the location of the center point of the image (width and height of ImageSize divided by 2) in client coordinates. You can use the value of this property as the origin parameter to Zoom to zoom the image around its center.
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