ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoublePoint Structure / X Property




In This Topic
X Property (ImGearDoublePoint)
In This Topic
Gets or sets X coordinate of the point.
Syntax
'Declaration
 
Public Property X As Double
 
'Usage
 
Dim instance As ImGearDoublePoint
Dim value As Double
 
instance.X = value
 
value = instance.X

Property Value

Any double value.
Remarks
The default value is 0.
See Also