ClearImage .NET API
bottom Property (CiRect)





Inlite.ClearImage Namespace > CiRect Class : bottom Property
The y coordinate of the lower-right corner
Syntax
'Declaration
 
Public Property bottom As System.Integer
'Usage
 
Dim instance As CiRect
Dim value As System.Integer
 
instance.bottom = value
 
value = instance.bottom
public System.int bottom {get; set;}
public read-write property bottom: System.Integer; 
public function get,set bottom : System.int
public:
property System.int bottom {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

CiRect Class
CiRect Members