←Select platform

RenderGrid Method

Summary
Renders the overlaying grid into the container.
Syntax
C#
VB
C++
public virtual void RenderGrid( 
   bool runMode, 
   AnnContainer container 
) 
Public Overridable Sub RenderGrid( _ 
   ByVal runMode As Boolean, _ 
   ByVal container As AnnContainer _ 
)  
public:  
   virtual void RenderGrid( 
      bool runMode, 
      AnnContainer^ container 
   ) 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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