Attaches this renderng engine to a container and a parent HTML element.
attach(container: AnnContainer, element: HTMLElement): void;
container
The annotation container that contains the objects to draw.
element
The parent HTML element to render the annotations to.
After this method is called, the render method will render all the objects in container into the element by creating (or updating) an SVG element and its children using the AnnContainerMapper set in AnnContainer.Mappper.
When rendering is done, you can call detach to remove the coupling between the engine and container/context.
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