Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

RenderGrid Method

Show in webframe
true to render the overlaying grid in run mode; otherwise, false.
The target container.
Renders the overlaying grid into the container.
Syntax
 function Leadtools.Annotations.Core.AnnRenderingEngine.renderGrid( 
   runMode ,
   container 
)

Parameters

ParameterTypeDescription
runModebooltrue to render the overlaying grid in run mode; otherwise, false.
containerAnnContainerThe target container.
Remarks

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

See Also

Reference

AnnRenderingEngine Object
AnnRenderingEngine Members

Error processing SSI file