In This Topic
Gets or sets the x-coordinate value of this
C1Point structure.
Syntax
'Declaration
Public Property X As Double
'Usage
Dim instance As C1Point
Dim value As Double
instance.X = value
value = instance.X
public double X {get; set;}
Property Value
The x.
See Also