ImageGear for .NET
Bottom Property (IImGearDoubleRectangle)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback