Renders the content of an annotation object.
AnnObjectRenderer.prototype.renderContent = function(
mapper,
annObject,
operations
)
renderContent(
mapper: AnnContainerMapper,
annObject: AnnObject,
operations: AnnFixedStateOperations
): void;
mapper
The mapper object to use for converting coordinates. This value must not be null.
annObject
The object to render its content.
operations
The fixed state of the owner object.
This method is called by the framework to render the content of an annotation object. This is performed by default by rendering AnnObject.ContentPicture if it is not null at the center of the current object boundary. IAnnObjectRenderer contains all the information required to render the content, therefore, most of the derived classes implementation do not override this method and uses the default implementation instead.
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