C#
VB
C++
Default zoom origin of this item.
public LeadPointD DefaultZoomOrigin { get; }
Public ReadOnly Property DefaultZoomOrigin() As LeadPointD
Get
public:
property LeadPointD^ DefaultZoomOrigin
{
LeadPointD^ get()
}
The default zoom origin of this item. Default value is the center of the image.
This value can be passed to Zoom to perform the operation around the center of the image. The default value is the center of the image (ImageSize.Width / 2, ImageSize.Height / 2).
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