←Select platform

RenderGrid Method

Summary
Renders the overlaying grid into the container.
Syntax
C#
Objective-C
C++/CLI
Python
public virtual void RenderGrid( 
   bool runMode, 
   AnnContainer container 
) 
- (void)renderGrid:(LTAnnContainer *)container runMode:(BOOL)runMode NS_SWIFT_NAME(render(_:runMode:)); 
public:  
   virtual void RenderGrid( 
      bool runMode, 
      AnnContainer^ container 
   ) 
def RenderGrid(self,runMode,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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