←Select platform

Attach(AnnContainer,Canvas) Method

Summary

Attaches this rendering engine to an annotation container and a context (Canvas).

Syntax

C#
VB
Java
public virtual void Attach(  
   Leadtools.Annotations.Core.AnnContainer container, 
   Canvas context 
) 
Public Overloads Overridable Sub Attach( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal context As Canvas _ 
)  
public void attach(AnnContainer container, Canvas context) 

Parameters

container
The annotation container that contains the objects to draw.

context
The destination context (canvas) to render the annotations to.

Remarks

After this method is called, the AnnRenderingEngine.render method will draw all the objects in container into the destination canvas context ( context) using the AnnContainerMapper set in AnnContainer.Mappper.

When rendering is done, call detach to remove the coupling between the engine, container and context.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly