ImageGear .NET v24.12 - Updated
Length Property (CADRectangle)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADRectangle Class : Length Property
Length of rectangle.
Syntax
'Declaration
 
Public Property Length As Double
'Usage
 
Dim instance As CADRectangle
Dim value As Double
 
instance.Length = value
 
value = instance.Length
public double Length {get; set;}
public: __property double get_Length();
public: __property void set_Length( 
   double value
);
public:
property double Length {
   double get();
   void set (    double value);
}
See Also

Reference

CADRectangle Class
CADRectangle Members