ClearImage .NET API
x Property (CiPoint)





Inlite.ClearImage Namespace > CiPoint Class : x Property
The horizontal coordinate for this point
Syntax
'Declaration
 
Public Property x As System.Integer
'Usage
 
Dim instance As CiPoint
Dim value As System.Integer
 
instance.x = value
 
value = instance.x
public System.int x {get; set;}
public read-write property x: System.Integer; 
public function get,set x : System.int
public:
property System.int x {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

CiPoint Class
CiPoint Members