Overrides AnnRenderingEngine.Render.
public override void Render(
Leadtools.LeadRectD clipRect,
bool clear
)
Public Overrides Sub Render( _
ByVal clipRect As Leadtools.LeadRectD, _
ByVal clear As Boolean _
)
public override void Render(
Leadtools.LeadRectD clipRect,
bool clear
)
function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Render(
clipRect ,
clear
)
clipRect
The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. If you do not want to use a clip rectangle, pass LeadRectD.Empty.
clear
true to clear the destination context before rendering; otherwise, false.
This method uses the mapper in AnnContainer to calculate the destination rectangle and any other transforms to be applied.
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