←Select platform

RenderGrid Method

Summary

Renders overlaying grid into specified container.

Syntax
C#
VB
C++
public override void RenderGrid( 
   bool runMode, 
   AnnContainer container 
) 
Public Overrides Sub RenderGrid( _ 
   ByVal runMode As Boolean, _ 
   ByVal container As AnnContainer _ 
)  
public:  
   virtual void RenderGrid( 
      bool runMode, 
      AnnContainer^ container 
   ) override 

Parameters

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

container
The target container.

Remarks

This is Windows forms implemenation for base RenderGrid method.

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.Rendering.WinForms Assembly