←Select platform

GetRulerLength Method

Summary

Gets the calibrated length of this AnnPolyRulerObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual LeadLengthD GetRulerLength( 
   double calibrationScale 
) 
Public Overridable Function GetRulerLength( _ 
   ByVal calibrationScale As Double _ 
) As Leadtools.LeadLengthD 
public virtual Leadtools.LeadLengthD GetRulerLength(  
   double calibrationScale 
) 
-(LeadLengthD) getRulerLength:(double) calibrationScale; 
 public LeadLengthD getRulerLength(double calibrationScale) 
 function Leadtools.Annotations.Core.AnnPolyRulerObject.GetRulerLength(  
   calibrationScale  
) 
public:  
   virtual LeadLengthD^ GetRulerLength( 
      double calibrationScale 
   ) 

Parameters

calibrationScale
The ratio of the horizontal resolution (dots per inch or DPI) to the vertical resolution. For most images, the ratio is 1.

Return Value

The calibrated length of this AnnPolyRulerObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly