RenderContainer Method (original) (raw)

Summary

Renders a container using the specified clip rectangle.

Syntax

C#

Objective-C

C++/CLI

Java

Python

- (void)renderContainer:(LTAnnContainer *)container clipRect:(LeadRectD)clipRect runMode:(BOOL)runMode NS_SWIFT_NAME(render(_:clipRect: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.