Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Height Property (LeadRectD)








Gets or sets the height of the rectangle.
Syntax
public double Height {get; set;}
'Declaration
 
Public Property Height As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
instance.Height = value
 
value = instance.Height
public double Height {get; set;}
public double getHeight()
public void setHeight(double value)
            
 <br/>get_Height();<br/>set_Height(value);<br/>Object.defineProperty('Height'); 
public:
property double Height {
   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