ZoomCenterPoint Property

Summary
Gets or sets the point that is used as a reference point when zooming in or out using the dynamic zoom method.
Syntax
C#
C++/CLI
public PointF ZoomCenterPoint { get; set; } 
            public: 
property PointF ZoomCenterPoint { 
   PointF get(); 
   void set (    PointF ); 
} 

Property Value

System.Drawing.PointF that represents the dynamic zoom reference point.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.