Render Method (original) (raw)
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)render:(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. If you do not want to use a clip rectangle, pass LeadRectD.Empty.
runMode
true We are working on run mode; otherwise, false.
Remarks
This method uses the mapper in Container to calculate the destination rectangle and any other transforms to be applied.
Leadtools.Annotations.Engine Assembly