RenderLayers Method (original) (raw)

Summary

Renders annotation layers using the specified clip rectangle.

Syntax

C#

Objective-C

C++/CLI

Java

Python

- (void)renderLayers:(LTAnnLayerCollection *)layers clipRect:(LeadRectD)clipRect container:(LTAnnContainer *)container runMode:(BOOL)runMode NS_SWIFT_NAME(render(_:clipRect:container:runMode:)); 

Parameters

clipRect
The destination clip rectangle Leadtools.LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.

layers
The layers to render.

container
The owner container.

runMode
true to render this container in run mode; otherwise, false.