Parameter | Type | Description |
---|---|---|
container | AnnContainer | The annotation container that contains the objects to draw. |
element | Leadtools.Html.Element | The parent HTML element to render the annotations to. |
After this method is called, the Leadtools.Annotations.Core.AnnRenderingEngine.Render(Leadtools.LeadRectD,System.Boolean) method will render all the objects in container into the element by creating (or updating) an SVG element and its children using the Leadtools.Annotations.Core.AnnContainerMapper set in AnnContainer.Mappper.
When rendering is done, you can call Detach to remove the coupling between the engine and container/context.