ImageGear .NET - Updated
ImGearDoublePoint Constructor(IImGearDoublePoint)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoublePoint Structure > ImGearDoublePoint Constructor : ImGearDoublePoint Constructor(IImGearDoublePoint)
IImGearDoublePoint interface.
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)
public ImGearDoublePoint( 
   IImGearDoublePoint point
)
public: ImGearDoublePoint( 
   IImGearDoublePoint* point
)
public:
ImGearDoublePoint( 
   IImGearDoublePoint^ point
)

Parameters

point
IImGearDoublePoint interface.
See Also

Reference

ImGearDoublePoint Structure
ImGearDoublePoint Members
Overload List