Defines the base class for all of the designers in the annotation toolkit.
public abstract class AnnDesigner
Public MustInherit Class AnnDesigner
@interface LTAnnDesigner : NSObject // ABSTRACT
public abstract class AnnDesigner
public:
ref class AnnDesigner abstract
An AnnDesigner derived class controls the user interface involved in drawing, editing or running an object. This class provides the basic functionality common to all designers: such as hooking into a container, clipping the mouse cursor, etc.
You must assign an AnnContainer object to the Container member and then, based on the exact designer functionality, it will hook into the various pointer (mouse or touch) events to draw a new, edit an existing (by moving, resizing, etc.) or running (if the container is in run user mode) an AnnObject.
Refer to IAnnAutomationControl for an example on how to use LEADTOOLS annotations with your own controls.
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