ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPoint Structure / ImGearPoint Constructor / ImGearPoint Constructor(IImGearPoint)
An IImGearPoint interface to copy.




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

Parameters

point
An IImGearPoint interface to copy.
See Also