ClearImage .NET API
left Property (CiRect)





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

Reference

CiRect Class
CiRect Members