←Select platform

Attach Method (AnnD2DRenderingEngine)

Summary

Attaches a container and a context to this drawing engine.

Syntax
C#
VB
public override void Attach(  
   AnnContainer container, 
   object context 
) 
Public Overrides Sub Attach( _ 
   ByVal container As AnnContainer, _ 
   ByVal context As Object _ 
)  

Parameters

container
Container to attach

context
Target context where the container will be rendered

Remarks

Call this method to set the container containing the objects to be rendered into a context by this rendering engine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly