←Select platform

RenderContent Method

Summary

Overrides RenderContent.

Syntax
C#
VB
C++
Java
Public Overrides Sub RenderContent( _ 
   ByVal mapper As AnnContainerMapper, _ 
   ByVal annObject As AnnObject, _ 
   ByVal operations As AnnFixedStateOperations _ 
)  
public void renderContent(AnnContainerMapper mapper, AnnObject annObject, int annFixedStateOperations) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly