←Select platform

GetBounds Method

Summary

Gets the bound of the label.

Syntax
C#
VB
Objective-C
C++
Java
Function GetBounds( _ 
   ByVal mapper As AnnContainerMapper, _ 
   ByVal label As AnnLabel, _ 
   ByVal operations As AnnFixedStateOperations _ 
) As LeadRectD 
-(void) getBoundsMapper:(LTAnnContainerMapper*) mapper 
                    label:(LTAnnLabel*) label 
               operation:(LTAnnFixedStateOperations) operations; 
LeadRectD getBounds(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.

Return Value

The bounds of the label.

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