←Select platform

GetRulerLengthAsString Method

Summary
Gets the calibrated length of this AnnPolyRulerObject as a string.
Syntax
C#
VB
Objective-C
C++
Java
public virtual string GetRulerLengthAsString( 
   double calibrationScale 
) 
Public Overridable Function GetRulerLengthAsString( _ 
   ByVal calibrationScale As Double _ 
) As String 
-(NSString*) getRulerLengthAsString:(double)calibrationScale; 
public String getRulerLengthAsString(double calibrationScale) 
public:  
   virtual String^ GetRulerLengthAsString( 
      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 as a string.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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