Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnWinRTRenderingEngine Class : AttachContainer Method |
public override void AttachContainer( AnnContainer container )
'Declaration
Public Overrides Sub AttachContainer( _ ByVal container As AnnContainer _ )
'Usage
Dim instance As AnnWinRTRenderingEngine Dim container As AnnContainer instance.AttachContainer(container)
public override void AttachContainer( AnnContainer container )
function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.AttachContainer( container )
After this method is called, the AnnRenderingEngine.render method will draw all the objects in container into the destination canvas context using the AnnContainerMapper set in AnnContainer.Mappper.
When rendering is done, call detach to remove the coupling between the engine, container and context.