ImageGear .NET - Updated
Bottom Property (IImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDoubleRectangle Interface : Bottom Property
Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Property Bottom As Double
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim value As Double
 
instance.Bottom = value
 
value = instance.Bottom
double Bottom {get; set;}
__property double get_Bottom();
__property void set_Bottom( 
   double value
);
property double Bottom {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

IImGearDoubleRectangle Interface
IImGearDoubleRectangle Members