←Select platform

RenderGrid Method

Summary

Renders the overlaying grid into the container.

Syntax

C#
VB
WinRT C#
C++
public virtual void RenderGrid( 
   bool runMode, 
   AnnContainer container 
) 
Public Overridable Sub RenderGrid( _ 
   ByVal runMode As Boolean, _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer _ 
)  
public virtual void RenderGrid(  
   bool runMode, 
   Leadtools.Annotations.Core.AnnContainer container 
) 
 function Leadtools.Annotations.Core.AnnRenderingEngine.RenderGrid(  
   runMode , 
   container  
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly