Error processing SSI file
(Leadtools.Annotations.Rendering)

Show in webframe

Attach(AnnContainer,Canvas) Method







The annotation container that contains the objects to draw.
The destination context (canvas) to render the annotations to.
Attaches this rendering engine to an annotation container and a context (Canvas).
Syntax
public virtual void Attach( 
   AnnContainer container,
   Canvas context
)
'Declaration
 
Public Overloads Overridable Sub Attach( _
   ByVal container As AnnContainer, _
   ByVal context As Canvas _
) 
'Usage
 
Dim instance As AnnAndroidRenderingEngine
Dim container As AnnContainer
Dim context As Canvas
 
instance.Attach(container, context)
public virtual void Attach( 
   AnnContainer container,
   Canvas context
)
public void attach(AnnContainer container, Canvas context)
 function Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine_java.Attach(AnnContainer,Canvas)( 
   container ,
   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

See Also

Reference

AnnAndroidRenderingEngine Class
AnnAndroidRenderingEngine Members
Overload List

Error processing SSI file
Leadtools.Annotations.Rendering requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features