←Select platform

RenderContent Method

Summary
Overrides RenderContent.
Syntax
C#
Objective-C
C++/CLI
Java
- (void)renderContentMapper:(LTAnnContainerMapper *)mapper object:(LTAnnObject *)annObject operations:(LTAnnFixedStateOperations)operations NS_SWIFT_NAME(renderContent(mapper:object:operations:)); 
public void renderContent( 
   AnnContainerMapper mapper, 
   AnnObject annObject, 
   int operations 
); 
public:  
   virtual void RenderContent( 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject, 
      AnnFixedStateOperations^ operations 
   ) override 

Parameters

mapper
The mapper object to use for converting coordinates. Must not be null.

annObject
The object to render. Must not be null.

operations
The fixed state operations to use.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly

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