Error processing SSI file
(Leadtools.Annotations.Rendering)

Show in webframe

Render Method (AnnWinRTRenderingEngine)







The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
true to clear the background of the context, otherwise; false.
Renders the container to the specified destination rectangle.
Syntax
public override void Render( 
   LeadRectD clipRect,
   bool clear
)
'Declaration
 
Public Overrides Sub Render( _
   ByVal clipRect As LeadRectD, _
   ByVal clear As Boolean _
) 
'Usage
 
Dim instance As AnnWinRTRenderingEngine
Dim clipRect As LeadRectD
Dim clear As Boolean
 
instance.Render(clipRect, clear)
public override void Render( 
   LeadRectD clipRect,
   bool clear
)
 function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Render( 
   clipRect ,
   clear 
)

Parameters

clipRect
The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
clear
true to clear the background of the context, otherwise; false.
Remarks

This is AnnWinRTRenderingEngine implementation of AnnRenderingEngine.Render. It will render the objects in the Container to the Context. The container objects might be scaled to fit into the destination rectangle.

This method uses the mapper in Container to calculate the destination rectangle and any other transform to be applied.

Requirements

Target Platforms

See Also

Reference

AnnWinRTRenderingEngine Class
AnnWinRTRenderingEngine Members

Error processing SSI file
Leadtools.Annotations.Rendering requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features