ClearImage .NET API
top Property (CiRect)





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

Reference

CiRect Class
CiRect Members