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




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

Property Value

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