←Select platform

RenderLabel Method

Summary

Renders the specified AnnLabel object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
-(void) renderLabelMapper:(LTAnnContainerMapper*) mapper 
                    label:(LTAnnLabel*) label 
               operations:(LTAnnFixedStateOperations) operations; 
             
void renderLabel(AnnContainerMapper mapper, AnnLabel label, int annFixedStateOperations); 
             
function Leadtools.Annotations.Core.IAnnLabelRenderer.RenderLabel(  
   mapper , 
   label , 
   operations  
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly