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




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

Property Value

Any integer value.
See Also