Gets or sets the x-coordinate of this
Point2D.
public double X {get; set;}
'Declaration
Public Property X As Double
'Usage
Dim instance As Point2D
Dim value As Double
instance.X = value
value = instance.X
public:
property double X {
double get();
void set ( double value);
}
Property Value
Value that the x-coordinate of this
Point2D.