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

RulerDistance Property







Gets or sets the ruler calibration distance.
Syntax
double RulerDistance {get; set;}
'Declaration
 
Property RulerDistance As Double
'Usage
 
Dim instance As ICalibrateRulerView
Dim value As Double
 
instance.RulerDistance = value
 
value = instance.RulerDistance
double RulerDistance {get; set;}
get_RulerDistance();
set_RulerDistance(value);
__property double get_RulerDistance();
__property void set_RulerDistance( 
   double value
);
property double RulerDistance {
   double get();
   void set (    double value);
}

Property Value

A System.Double value that represents the ruler calibration distance.
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

ICalibrateRulerView Interface
ICalibrateRulerView Members

 

 


Products | Support | Contact Us | Copyright Notices

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