Gets or sets the point that is used as a reference point when zooming in or out using the dynamic zoom method.
public PointF ZoomCenterPoint { get; set; }
Public Property ZoomCenterPoint As PointF
System.Drawing.PointF that represents the dynamic zoom reference point.
To make the zoom action dynamic, use the property ScaleType.
The default value of this point is {-100000, -100000}.
The dynamic zoom by default zooms towards the point clicked by the user, unless the ZoomCenterPoint is set to any other value than {-100000, -100000}. If ZoomCenterPoint is set to a value different than the default, then the zoom action will zoom toward the point specified in ZoomCenterPoint.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document