ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoublePoint Structure / ImGearDoublePoint Constructor / ImGearDoublePoint Constructor(Double,Double)
X coordinate.
Y coordinate.




In This Topic
ImGearDoublePoint Constructor(Double,Double)
In This Topic
Initializes a new instance of the ImGearDoublePoint struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal pointX As Double, _
   ByVal pointY As Double _
)
 
'Usage
 
Dim pointX As Double
Dim pointY As Double
 
Dim instance As New ImGearDoublePoint(pointX, pointY)

Parameters

pointX
X coordinate.
pointY
Y coordinate.
See Also