←Select platform

Bounds Property

Summary

Gets the bounding rectangle of the AnnTextObject entering text-editing mode in screen/device coordinates.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD Bounds { get; } 
Public ReadOnly Property Bounds As LeadRectD 
@property (nonatomic,readonly) LeadRectD bounds; 
public LeadRectD getBounds() 
public:  
   property LeadRectD^ Bounds 
   { 
      LeadRectD^ get() 
   } 

Property Value

A Leadtools.LeadRectD that represents the bounding rectangle of the AnnTextObject entering text-editing mode in screen/device coordinates.

Example

For an example, refer to AnnAutomation.EditText

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