LEADTOOLS (Leadtools assembly)

Height Property (LeadRectD)

Show in webframe







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;}

            

            
 
get_Height();
set_Height(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

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