ImageGear .NET v25.1 - Updated
ImGearPoint Constructor(IImGearPoint)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearPoint Structure > ImGearPoint Constructor : ImGearPoint Constructor(IImGearPoint)
An IImGearPoint interface to copy.
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)
public ImGearPoint( 
   IImGearPoint point
)
public: ImGearPoint( 
   IImGearPoint* point
)
public:
ImGearPoint( 
   IImGearPoint^ point
)

Parameters

point
An IImGearPoint interface to copy.
See Also

Reference

ImGearPoint Structure
ImGearPoint Members
Overload List