C#
VB
Java
Objective-C
WinRT C#
C++
Attaches a container and a context to this drawing engine.
public virtual void Attach(
AnnContainer container,
object context
)
Public Overridable Sub Attach( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal context As Object _
)
public virtual void Attach(
Leadtools.Annotations.Core.AnnContainer container,
object context
)
function Leadtools.Annotations.Core.AnnRenderingEngine.Attach(
container ,
context
)
public:
virtual void Attach(
AnnContainer^ container,
Object^ context
)
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