LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnAutomation Constructor (AnnAutomation)

Show in webframe





The manager to which this AnnAutomation object will belong.
The ImageViewer for this AnnAutomation
Initializes a new instance of the AnnAutomation class.
Syntax
public AnnAutomation( 
   AnnAutomationManager automationManager,
   ImageViewer viewer
)
'Declaration
 
Public Function New( _
   ByVal automationManager As AnnAutomationManager, _
   ByVal viewer As ImageViewer _
)
'Usage
 
Dim automationManager As AnnAutomationManager
Dim viewer As ImageViewer
 
Dim instance As New AnnAutomation(automationManager, viewer)

            

            
public:
AnnAutomation( 
   AnnAutomationManager^ automationManager,
   ImageViewer^ viewer
)

Parameters

automationManager
The manager to which this AnnAutomation object will belong.
viewer
The ImageViewer for this AnnAutomation
Remarks
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.
Example

For C#/VB examples, refer to AnnAutomationManager.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.