←Select platform

Rect Property

Summary

Gets or sets the bounding rectangle of this AnnRectangleObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRectD Rect { get; set; } 
Public Property Rect As Leadtools.LeadRectD 
public Leadtools.LeadRectD Rect {get; set;} 
@property (nonatomic) LeadRectD rect; 
public LeadRectD getRect() 
public void setRect(LeadRectD rect) 
             
  
get_Rect(); 
set_Rect(value); 
Object.defineProperty('Rect');  
public:  
   property LeadRectD^ Rect 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 

Property Value

The bounding rectangle of this AnnRectangleObject.

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