Renders the lock portion of the object.
IAnnObjectRenderer.prototype.renderLocked = function(
mapper,
annObject,
operations
)
renderLocked(
mapper: AnnContainerMapper,
annObject: AnnObject,
operations: AnnFixedStateOperations
): void;
mapper
The mapper object to use for converting coordinates. Must not be null.
annObject
The object to render.
operations
The fixed state of the owner object.
This method is called by the framework to render the locked portion of the object. IAnnObjectRenderer contains all the information required to render the thumbs, therefore, most of the derived classes implementation do not override this method and uses the default implementation instead.
The default implementation will obtain the picture from Resources using annObject.LockPicture as the key into the images collection. If this picture exists, then the object will render it at the top-left location of the object.
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