Gets the calibrated length of this AnnCrossProductObject.
public override LeadLengthD GetRulerLength(
double calibrationScale
)
Public Overrides Function GetRulerLength( _
ByVal calibrationScale As Double _
) As Leadtools.LeadLengthD
public override Leadtools.LeadLengthD GetRulerLength(
double calibrationScale
)
-(LeadLengthD) getRulerLength:(double) calibrationScale;
@Override public LeadLengthD getRulerLength(double calibrationScale)
function Leadtools.Annotations.Core.AnnCrossProductObject.GetRulerLength(
calibrationScale
)
public:
virtual LeadLengthD^ GetRulerLength(
double calibrationScale
) override
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 AnnCrossProductObject.
This method returns the total length of the first plus the second ruler of this cross product object.
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