←Select platform

Bounds Property

Summary

Gets the bounding rectangle of the AnnObject entering content-editing mode in screen/device coordinates.

Syntax

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

Property Value

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

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