render Method

Summary

Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle.

Syntax
TypeScript
JavaScript
AnnRenderingEngine.prototype.render = function( 
   clipRect, 
   runMode 
) 
render( 
   clipRect: LeadRectD, 
   runMode: boolean 
): void; 

Parameters

clipRect

The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. Pass

LeadRectD.Empty to not use a clip rectangle.

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 transform to be applied.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly