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




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

Property Value

Any double value.
See Also