attachContainer Method

Summary

Attaches a container to this drawing engine.

Syntax

JavaScript Syntax
AnnRenderingEngine.prototype.attachContainer = function( 
   container 
) 
TypeScript Syntax
attachContainer( 
   container: AnnContainer 
): void; 

Parameters

container

Container to attach

Remarks

Call this method to set the container containing the objects to be rendered by this rendering engine.

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.Core Assembly