Renders the shape of an AnnTextReviewObject object.
AnnTextReviewObjectRenderer.prototype.renderShape = function(
mapper,
annTextReviewObject,
context,
rect
)
renderShape(
mapper: AnnContainerMapper,
annTextReviewObject: AnnTextReviewObject,
context: CanvasRenderingContext2D,
rect: LeadRectD
): void; // protected
mapper
The mapper object to use for converting coordinates. Must not be null.
annTextReviewObject
The object to render. Must not be null.
context
The graphics context to use when rendering the object.
rect
Rectangle area to render this shape.
This method is called by this renderer for each rectangle in the AnnTextReviewObject. The derived classes can render the exact shape required in rect.
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