Gets the length of the ruler between two points.
AnnProtractorObject.prototype.getRulerLengthFromPoints = function(startPoint, endPoint, calibrationScale)
getRulerLengthFromPoints(startPoint: LeadPointD, endPoint: LeadPointD, calibrationScale: number): LeadLengthD;
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