Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : ZoomCenterPoint Property |
public PointF ZoomCenterPoint {get; set;}
'Declaration Public Property ZoomCenterPoint As PointF
'Usage Dim instance As MedicalViewerCell Dim value As PointF instance.ZoomCenterPoint = value value = instance.ZoomCenterPoint
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 the zoom action will zoom toward the point specified in ZoomCenterPoint.