Parameter | Type | Description |
---|---|---|
clipRect | LeadRectD | The destination clip rectangle Leadtools.LeadRectD, in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty if you do not want to use a clip rectangle. |
container | AnnContainer | The container to render. |
runMode | bool | true to render this container in run mode; otherwise, false. |
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:
To render the current state of the designers "as is" (for example, when performing automation in a viewer), pass false.
Most of the time design mode parts are not required in run mode so normally you pass true.