←Select platform

GetBounds Method

Summary

Gets the bound of the label.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
-(void) getBoundsMapper:(LTAnnContainerMapper*) mapper 
                    label:(LTAnnLabel*) label 
               operation:(LTAnnFixedStateOperations) operations; 
             
LeadRectD getBounds(AnnContainerMapper mapper, AnnLabel label, int annFixedStateOperations); 
             
function Leadtools.Annotations.Core.IAnnLabelRenderer.GetBounds(  
   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.

Return Value

The bounds of the label.

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