Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RenderContainer Method






The destination clip rectangle Leadtools.LeadRectD, in container coordinates. The engine will only render into this area. 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.
The container to render.
true to render this container in run mode; otherwise, false.
Renders a container using the specified clip rectangle.
Syntax
public virtual void RenderContainer( 
   LeadRectD clipRect,
   AnnContainer container,
   bool runMode
)
'Declaration
 
Public Overridable Sub RenderContainer( _
   ByVal clipRect As LeadRectD, _
   ByVal container As AnnContainer, _
   ByVal runMode As Boolean _
) 
public virtual void RenderContainer( 
   LeadRectD clipRect,
   AnnContainer container,
   bool runMode
)
public void renderContainer(LeadRectD clipRect, AnnContainer container, boolean runMode)
 function Leadtools.Annotations.Core.AnnRenderingEngine.RenderContainer( 
   clipRect ,
   container ,
   runMode 
)

Parameters

clipRect
The destination clip rectangle Leadtools.LeadRectD, in container coordinates. The engine will only render into this area. 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.
container
The container to render.
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 transforms 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

AnnRenderingEngine Class
AnnRenderingEngine Members

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