C#
VB
Java
Objective-C
WinRT C#
C++
Gets the length of the ruler between two points.
public virtual LeadLengthD GetRulerLengthFromPoints(LeadPointD startPoint,LeadPointD endPoint,double calibrationScale)
Public Overridable Function GetRulerLengthFromPoints( _ByVal startPoint As Leadtools.LeadPointD, _ByVal endPoint As Leadtools.LeadPointD, _ByVal calibrationScale As Double _) As Leadtools.LeadLengthD
public virtual Leadtools.LeadLengthD GetRulerLengthFromPoints(Leadtools.LeadPointD startPoint,Leadtools.LeadPointD endPoint,double calibrationScale)
-(double) getRulerLengthFrom:(LeadPointD) startPointto:(LeadPointD) endPointscale:(double) calibrationScale;
public LeadLengthD getRulerLengthFromPoints(LeadPointD startPoint,LeadPointD endPoint,double calibrationScale)
function Leadtools.Annotations.Core.AnnProtractorObject.GetRulerLengthFromPoints(startPoint ,endPoint ,calibrationScale)
public:virtual LeadLengthD^ GetRulerLengthFromPoints(LeadPointD^ startPoint,LeadPointD^ endPoint,double calibrationScale)
startPoint
The starting point of the ruler.
endPoint
The ending point of the ruler.
calibrationScale
The ratio of the horizontal resolution (dots per inch or DPI) to the vertical resolution. For most images, the ratio is 1.
The length of the ruler based on the calibrationScale.
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
