Initializes a new AnnAndroidRenderingEngine with the specified parameters.
public AnnAndroidRenderingEngine(
Leadtools.Annotations.Core.AnnContainer container,
Canvas context
)
Public Function New( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal context As Canvas _
)
container
The annotation container that contains the objects to draw.
context
The destination canvas to render the annotations to.
This constructor will initializes the following default renderers and set them in the Renderers dictionary:
Any user defined objects and ID must be added to the Renderers to be usable by this AnnAndroidRenderingEngine 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