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