←Select platform

Rect Property

Summary

Gets or sets the bounding rectangle of this AnnRectangleObject.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD Rect { get; set; } 
Public Property Rect As LeadRectD 
@property (nonatomic) LeadRectD rect; 
public LeadRectD getRect() 
public void setRect(LeadRectD rect) 
public:  
   property LeadRectD^ Rect 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 

Property Value

The bounding rectangle of this AnnRectangleObject.

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