public void AutomationAttach(
AnnContainer container
)
-(void) automationAttach:(LTAnnContainer*) container;
void automationAttach(AnnContainer container);
public:
void AutomationAttach(
AnnContainer^ container
)
def AutomationAttach(self,container):
container
The container to attach.
AutomationAttach and AutomationDetach are call by the automation object when AnnAutomation.Attach and AnnAutomation.Detach.
These methods are used with single-container mode. The default implementation will save the container value passed by AutomationAttach in a local variable and use it during ImageViewer.PostRender to render the container on the surface of the control. When AutomationDetach is called, this variable is set back to null.
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