Initializes a new instance of the AnnAutomation class.
Public Function New( _
ByVal automationManager As Leadtools.Windows.Annotations.AnnAutomationManager, _
ByVal viewer As Leadtools.Windows.Controls.ImageViewer _
)
public:
AnnAutomation(
Leadtools.Windows.Annotations.AnnAutomationManager^ automationManager,
Leadtools.Windows.Controls.ImageViewer^ viewer
)
automationManager
The manager to which this AnnAutomation object will belong.
viewer
The ImageViewer for this AnnAutomation
This constructor creates a new instance of the AnnAutomation class, hooks to the necessary events in viewer to handle the user interface, creates the Container that will hold the annotation objects and finally adds this newly created AnnAutomationObject to the AnnAutomationManager.Automations collection.
For C#/VB examples, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET