Error processing SSI file
(Leadtools.Annotations.Rendering)

Show in webframe

RenderLayer Method







The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. The destination clip rectangle LeadRectD is in container coordinates. The engine will only render into this area. If you do not want to use a clip rectangle, pass Empty.
The layer to render.
The owner container.
true to render this container in run mode; otherwise, false.
Renders an individual layer using the specified clip rectangle.
Syntax
public override void RenderLayer( 
   LeadRectD clipRect,
   AnnLayer layer,
   AnnContainer container,
   bool runMode
)
'Declaration
 
Public Overrides Sub RenderLayer( _
   ByVal clipRect As LeadRectD, _
   ByVal layer As AnnLayer, _
   ByVal container As AnnContainer, _
   ByVal runMode As Boolean _
) 
'Usage
 
Dim instance As AnnWinRTRenderingEngine
Dim clipRect As LeadRectD
Dim layer As AnnLayer
Dim container As AnnContainer
Dim runMode As Boolean
 
instance.RenderLayer(clipRect, layer, container, runMode)
public override void RenderLayer( 
   LeadRectD clipRect,
   AnnLayer layer,
   AnnContainer container,
   bool runMode
)
 function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.RenderLayer( 
   clipRect ,
   layer ,
   container ,
   runMode 
)

Parameters

clipRect
The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. The destination clip rectangle LeadRectD is in container coordinates. The engine will only render into this area. If you do not want to use a clip rectangle, pass Empty.
layer
The layer to render.
container
The owner container.
runMode
true to render this container in run mode; otherwise, false.
Remarks

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

The value of runMode controls whether this method renders the thumbs, selection objects and other parts used in design mode of the annotation objects as follows:

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