LEADTOOLS (Leadtools assembly)

Width Property (LeadRectD)

Show in webframe







Gets or sets the width of the rectangle.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}

            

            
 
get_Width();
set_Width(value);
Object.defineProperty('Width');
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

The width of the rectangle.
Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.