AttachContainer Method (original) (raw)
Summary
Attaches a container to this drawing engine.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (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)
Parameters
container
Container to attach
Remarks
Call this method to set the container containing the objects to be rendered by this rendering engine.
Leadtools.Annotations.Engine Assembly