←Select platform

Render Method

Summary
Renders an object.
Syntax
C#
Objective-C
C++/CLI
Java
public override void Render( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
- (void)renderMapper:(LTAnnContainerMapper *)mapper object:(LTAnnObject *)annObject NS_SWIFT_NAME(render(mapper:object:)); 
public void render( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
); 
public:  
   virtual void Render( 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject 
   ) override 

Parameters

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

annObject
The object to render. Must not be null.

Remarks

For more information, refer to AnnObjectRenderer.Render.

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.