←Select platform

Attach Method

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

Parameters

container
Container to attach

context
Target context where the container will be rendered

Remarks

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

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.