ImageGear for .NET
Bottom Property (ImGearDoubleRectangle)




Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Public Property Bottom As Double
'Usage
 
Dim instance As ImGearDoubleRectangle
Dim value As Double
 
instance.Bottom = value
 
value = instance.Bottom
public double Bottom {get; set;}
public: __property double get_Bottom();
public: __property void set_Bottom( 
   double value
);
public:
property double Bottom {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback