C#
VB
Attaches a container and a context to this drawing engine.
public void Attach(
Leadtools.Annotations.Core.AnnContainer container,
object context
)
Public Sub Attach( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal context As Object _
)
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