Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace : AnnTextReviewObjectRenderer Class |
public abstract class AnnTextReviewObjectRenderer : AnnObjectRenderer, Leadtools.Annotations.Core.IAnnObjectRenderer
'Declaration
Public MustInherit Class AnnTextReviewObjectRenderer Inherits AnnObjectRenderer Implements Leadtools.Annotations.Core.IAnnObjectRenderer
'Usage
Dim instance As AnnTextReviewObjectRenderer
public sealed class AnnTextReviewObjectRenderer : Leadtools.Annotations.Core.IAnnObjectRenderer
public abstract class AnnTextReviewObjectRenderer extends AnnObjectRenderer
function Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer()
The AnnTextReviewObjectRenderer is the default renderer for the annotation objects in this platform. 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.
AnnTextReviewObjectRenderer contains the following members:
Member | Description |
---|---|
Render |
Called by the framework to render an annotation object. |
RenderShape |
Called by the framework to render an annotation object. |
RenderSelection |
Called by the framework to render an annotation object. |
RenderContent |
Called by the framework to render an annotation object. |
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.