ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPoint Structure / ImGearPoint Constructor / ImGearPoint Constructor(Int32,Int32)
X coordinate.
Y coordinate.




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

Parameters

pointX
X coordinate.
pointY
Y coordinate.
See Also