ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoublePoint Structure / ImGearDoublePoint Constructor / ImGearDoublePoint Constructor(IImGearDoublePoint)
IImGearDoublePoint interface.




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

Parameters

point
IImGearDoublePoint interface.
See Also