ImageGear v26.3 - Updated
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)
    public ImGearDoublePoint( 
       IImGearDoublePoint point
    )
    public: ImGearDoublePoint( 
       IImGearDoublePoint* point
    )
    public:
    ImGearDoublePoint( 
       IImGearDoublePoint^ point
    )

    Parameters

    point
    IImGearDoublePoint interface.
    See Also