C#
VB
Java
Objective-C
WinRT C#
C++
Gets the calibrated length of this AnnPolyRulerObject as a string.
public virtual string GetRulerLengthAsString(
double calibrationScale
)
Public Overridable Function GetRulerLengthAsString( _
ByVal calibrationScale As Double _
) As String
public virtual string GetRulerLengthAsString(
double calibrationScale
)
-(NSString*) getRulerLengthAsString:(double)calibrationScale;
public String getRulerLengthAsString(double calibrationScale)
function Leadtools.Annotations.Core.AnnPolyRulerObject.GetRulerLengthAsString(
calibrationScale
)
public:
virtual String^ GetRulerLengthAsString(
double calibrationScale
)
calibrationScale
The ratio of the horizontal resolution (dots per inch or DPI) to the vertical resolution. For most images, the ratio is 1.
The calibrated length of this AnnPolyRulerObject as a string.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET