ImageGear .NET - Updated May 30, 2018
ImGearPoint Constructor(Int32,Int32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearPoint Structure > ImGearPoint Constructor : ImGearPoint Constructor(Int32,Int32)
X coordinate.
Y coordinate.
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

Reference

ImGearPoint Structure
ImGearPoint Members
Overload List