Initializes a new AnnWinFormsRenderingEngine with the specified parameters.
public AnnWinFormsRenderingEngine(
AnnContainer container,
Graphics context
)
Public Function New( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal context As Graphics _
)
public:
AnnWinFormsRenderingEngine(AnnContainer^ container, Graphics^ context)
container
The annotation container that contains the objects to draw.
context
The destination graphics context to render the annotations to.
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.
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