Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal automationManager As AnnAutomationManager, _ ByVal viewer As RasterImageViewer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnAutomation( AnnAutomationManager automationManager, RasterImageViewer viewer ) |
Managed Extensions for C++ | |
---|---|
public: AnnAutomation( AnnAutomationManager* automationManager, RasterImageViewer viewer ) |
C++/CLI | |
---|---|
public: AnnAutomation( AnnAutomationManager^ automationManager, RasterImageViewer viewer ) |
Parameters
- automationManager
- The manager to which this AnnAutomation object will belong.
- viewer
- The raster viewer for this AnnAutomation
For an example, refer to AnnAutomationManager.
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 Automations collection.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family