C1.Android.Core Assembly / C1.Android.Core Namespace / C1Point Structure / X Property


In This Topic
X Property (C1Point)
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

Property Value

The x.
See Also