ImageGear .NET - Updated
Bottom Property (ImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure : Bottom Property
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