public virtual void Attach( AnnContainer container, Canvas context )
public virtual void Attach( AnnContainer container, Canvas context )
public void attach(AnnContainer container, Canvas context)
After this method is called, the AnnRenderingEngine.render method will draw all the objects in container into the destination canvas context (context) using the Leadtools.Annotations.Core.AnnContainerMapper set in AnnContainer.Mappper.
When rendering is done, call detach to remove the coupling between the engine, container and context.