C#
VB
C++
Attaches a container and a context to this drawing engine.
public override void Attach(
AnnContainer container,
object context
)
Public Overloads Overrides Sub Attach( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal context As Object _
)
public:
virtual void Attach(
AnnContainer^ container,
Object^ context
) override
container
Container to attach
context
Target context where the container will be rendered
Call this method to set the container containing the objects to be rendered into a context by this rendering engine.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET