Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Width Property (LeadRectD)








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;}
public double getWidth()
public void setWidth(double value)
            
 <br/>get_Width();<br/>set_Width(value);<br/>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

Error processing SSI file