←Select platform

AttachContainer Method

Summary
Attaches a container to this drawing engine.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void AttachContainer( 
   AnnContainer container 
) 
- (void)attachContainer:(LTAnnContainer *)container context:(CGContextRef)context NS_SWIFT_NAME(attach(_:context:)); 
- (void)attachContainer:(LTAnnContainer *)container NS_SWIFT_NAME(attach(_:)); 
public void attachContainer(AnnContainer container) 
public:  
   virtual void AttachContainer( 
      AnnContainer^ container 
   ) 
def AttachContainer(self,container): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.