RenderLayer Method (original) (raw)
Summary
Renders an individual layer using the specified clip rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)renderLayer:(LTAnnLayer *)layer 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. The destination clip rectangle Leadtools.LeadRectD is in container coordinates. The engine will only render into this area. If you do not want to use a clip rectangle, pass Leadtools.LeadRectD.Empty.
layer
The layer to render.
container
The owner container.
runMode
true to render this container in run mode; otherwise, false.