Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Point4D Constructor / Point4D Constructor(Point4D)

In This Topic
    Point4D Constructor(Point4D)
    In This Topic
    Empty constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Point4D _
    )
    protected Point4D( 
       Point4D another
    )

    Parameters

    another
    See Also