←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 operations performed on the object.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.