Draws the gauge portion of the ruler.
AnnPolyRulerObjectRenderer.prototype.drawGauge = function(
mapper,
startPoint,
endPoint,
gaugeLength,
stroke,
operations
)
drawGauge(
mapper: AnnContainerMapper,
startPoint: LeadPointD,
endPoint: LeadPointD,
gaugeLength: LeadLengthD,
stroke: AnnStroke,
operations: AnnFixedStateOperations
): void; // protected
mapper
The mapper to use for rendering.
startPoint
The first (start) point of the ruler.
endPoint
The second (stop) point of the ruler.
gaugeLength
The length of the gauge.
stroke
The stroke to use when drawing the ruler.
operations
The fixed state of the owner object.
This method is called by the renderer to draw the gauge of the ruler. Derived classes can override this method to provide their own implementation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document