ClearImage .NET API
right Property (CiRect)





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

Reference

CiRect Class
CiRect Members