Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnWinFormsRenderingEngine Class > AnnWinFormsRenderingEngine Constructor : AnnWinFormsRenderingEngine Constructor(AnnContainer,Graphics) |
public AnnWinFormsRenderingEngine( AnnContainer container, Graphics context )
'Declaration
Public Function New( _ ByVal container As AnnContainer, _ ByVal context As Graphics _ )
'Usage
Dim container As AnnContainer Dim context As Graphics Dim instance As New AnnWinFormsRenderingEngine(container, context)
public AnnWinFormsRenderingEngine( AnnContainer container, Graphics context )
This constructor will call Attach passing the container and context.
This constructor will initializes the following default renderers and set them in the Renderers dictionary:
Any user defined objects must be added to the Renderers along with its id to be usable by this AnnWinFormsRenderingEngine object.