public virtual void Attach( AnnContainer container, CGContextRef context )
public virtual void Attach( AnnContainer container, CGContextRef context )
-(void) attachContainer:(LTAnnContainer*) container context:(CGContextRef) context;
After this method is called, the AnnRenderingEngine.render method will draw all the objects in container into the destination context (context) using the Leadtools.Annotations.Core.AnnContainerMapper set in AnnContainer.Mapper.
When rendering is done, call detach to remove the coupling between the engine, container and context.