LEADTOOLS Medical (Leadtools.MedicalViewer assembly)
LEAD Technologies, Inc

ZoomCenterPoint Property






Gets or sets the point that is used as a reference point when zooming in or out using the dynamic zoom method.
Syntax
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
public PointF ZoomCenterPoint {get; set;}
 get_ZoomCenterPoint();
set_ZoomCenterPoint(value);
public:
property PointF ZoomCenterPoint {
   PointF get();
   void set (    PointF value);
}

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 the zoom action will zoom toward the point specified in ZoomCenterPoint.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features