Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Point Constructor / Point Constructor(Double,Double,Double,Single)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate
On screen size

In This Topic
    Point Constructor(Double,Double,Double,Single)
    In This Topic
    Position and size constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal size As Single _
    )
    public Point( 
       double x,
       double y,
       double z,
       float size
    )

    Parameters

    x
    Point's X coordinate
    y
    Point's Y coordinate
    z
    Point's Z coordinate
    size
    On screen size
    See Also