←Select platform

AnnD2DTextReviewObjectRenderer Class

Summary
Base class for all text review object renderers.
Syntax
C#
public abstract class AnnD2DTextReviewObjectRenderer : AnnD2DObjectRenderer, IAnnObjectRenderer   
Remarks

The AnnD2DTextReviewObjectRenderer 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.

AnnD2DTextReviewObjectRenderer 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 Implement User-Defined Annotations - WinForms C# .NET 6.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.