ImageGear .NET v25.1 - Updated
Bottom Property (IImGearRectangle)




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

Property Value

Any integer value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members