Base class for all HTML 5 Canvas object renderers.
function lt.Annotations.Rendering.AnnObjectRenderer
implements IAnnObjectRenderer
class lt.Annotations.Rendering.AnnObjectRenderer()
implements IAnnObjectRenderer
The AnnObjectRenderer is the default renderer use with AnnHtml5RenderingEngine. This is an abstract class that implements most common operations, while actual rendering of the object is implemented in the derived class for the objects.
AnnObjectRenderer contains the following members:
Member | Description |
---|---|
Called by the framework to render an annotation object. |
|
Used by the Render method to render the text labels of the object. |
|
Called by the framework to render the thumbs of an annotation object when the object is in a selected state. |
|
The style to use in RenderThumbs. |
|
Called by the framework to render the rotation center and gripper thumbs when the object is in a selected state. |
|
The style to use in RenderRotatePointThumbs. |
|
Called by the framework to render the locked portion of the object. |
|
Called by the framework to renders the selected part of this object if it supports a selection stroke. |
|
Called by the framework to highlight rectangle above the bounds of alignment target object when EnableObjectsAlignment is turned on and the object is target alignment. |
When implementing user-defined annotations, one of the objects required is a renderer for the new object type. You can derive your renderer from this class and use its helper methods. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.
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