Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / Point3D Constructor / Point3D Constructor(Double,Double)
X coordinate value
Y coordinate value

In This Topic
    Point3D Constructor(Double,Double)
    In This Topic
    2D point constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double _
    )
    public Point3D( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate value
    y
    Y coordinate value
    See Also