ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.ART.Forms Namespace
    In This Topic
    The ImageGear.ART.Forms namespace allows you to add redlining and annotation capabilities to any application built with ImageGear. It provides ART GUI functionality that can simplify development of ImageGear based applications. This functionality is implemented in WinForms assembly, using only public ImageGear API, with source code provided to enable modifications.
    Classes
     ClassDescription
    ClassProvides control for rotating, scaling and moving 3D data, as well as changing 3D light and view settings.
    ClassProvides properties and methods for using ART forms functionality.
    ClassThis class provides mark creation data.
    ClassAbstract class defining methods for mark's controller.
    ClassThis class provides mark controller data.
    ClassProvides MarkCreated event data.
    ClassProvides MarkCreating event data.
    ClassProvides mouse event data.
    ClassMark annotator controller that implements mouse interaction for marks defined by a set of points, like Polyline, Polygon etc.
    ClassThis class provides mark controller data.
    ClassMark annotator controller that implements mouse interaction for marks with rectangular bounds, like Ellipse, Text etc.
    ClassContains iformation that is needed to create a mark's toolbar button.
    ClassProvides templates for creating annotations using the mouse.
    ClassRepresents GUI dialog class for accessing ART annotations properties.
    ClassRepresents toolbar for editing text and style of the RTF annotations.
    ClassRepresents toolbar for creating, selecting and editing ART annotations.
    ClassRepresents a window for prompting the user for an input string.
    Delegates
     DelegateDescription
    DelegateA delegate for interacting with the Button annotation.
    DelegateA delegate for interacting with the Hot Spot annotation.
    DelegateRepresents the method that will handle MarkCreated event.
    DelegateRepresents the method that will handle MarkCreating event.
    DelegateRepresents the method that will handle Mouse events.
    DelegateA delegate for notifications when annotation mark is created.
    DelegateA delegate for notifications when annotation mark is being deleted.
    DelegateA delegate for notifications when annotation mark is changed.
    DelegateA delegate for notifications prior to creating annotation marks.
    DelegateA delegate for notifications when annotation type is selected.
    DelegateA delegate method called when Find button is clicked.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies how the mark is being resized.
    EnumerationSpecifies the interaction area for editing annotations.
    EnumerationSpecifies the annotation mode.
    EnumerationSpecifies type of the annotation's change.
    EnumerationSpecifies ART toolbar mode: legacy 2.0 marks and 3.0 marks.
    See Also