ClearImage .NET API
y Property (CiPoint)





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

Reference

CiPoint Class
CiPoint Members