attach

Summary

Attaches this renderng engine to a container and a parent HTML element.

Syntax
TypeScript
JavaScript
AnnSvgRenderingEngine.prototype.attach = function( 
   container, 
   element 
) 
attach( 
   container: AnnContainer, 
   element: HTMLElement 
): void; 

Parameters

container

The annotation container that contains the objects to draw.

element

The parent HTML element to render the annotations to.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly