ImageGear v26.5 - Updated
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)
    public ImGearPoint( 
       IImGearPoint point
    )
    public: ImGearPoint( 
       IImGearPoint* point
    )
    public:
    ImGearPoint( 
       IImGearPoint^ point
    )

    Parameters

    point
    An IImGearPoint interface to copy.
    See Also