←Select platform

RenderLabel Method

Summary

Renders the specified AnnLabel object.

Syntax
C#
VB
Objective-C
C++
Java
Sub RenderLabel( _ 
   ByVal mapper As AnnContainerMapper, _ 
   ByVal label As AnnLabel, _ 
   ByVal operations As AnnFixedStateOperations _ 
)  
-(void) renderLabelMapper:(LTAnnContainerMapper*) mapper 
                    label:(LTAnnLabel*) label 
               operations:(LTAnnFixedStateOperations) operations; 
void renderLabel(AnnContainerMapper mapper, AnnLabel label, int annFixedStateOperations); 

Parameters

mapper
An AnnContainerMapper used for converting the coordinates for rendering.

label
The AnnLabel to be rendered.

operations
An AnnFixedStateOperations value that controls the fixed state of the object to be rendered.

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.Engine Assembly