←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 Leadtools.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly