renderGrid Method

Summary

Renders the overlaying grid into the container.

Syntax
TypeScript
JavaScript
AnnRenderingEngine.prototype.renderGrid = function( 
   runMode, 
   container 
) 
renderGrid( 
   runMode: boolean, 
   container: AnnContainer 
): void; 

Parameters

runMode

true to render the overlaying grid in run mode; otherwise, false.

container

The target container.

Remarks

You have to ovveride this method in certain rendering engine to implement sepcific paltform drawing.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.