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