Renders the shape of a 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.
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