Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle.
Public Overridable Sub Render( _
ByVal clipRect As Leadtools.LeadRectD, _
ByVal runMode As Boolean _
)
public virtual void Render(
Leadtools.LeadRectD clipRect,
bool runMode
)
-(void) render:(LeadRectD)rc
clear:(BOOL) runMode;
public void render(LeadRectD clipRect)
function Leadtools.Annotations.Core.AnnRenderingEngine.Render(
clipRect ,
runMode
)
clipRect
The destination clip rectangle Leadtools.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.
runMode
true We are working on run mode; otherwise, false.
This method uses the mapper in Container 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