Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Point Constructor / Point Constructor(Point3D,Single)
Point position
On screen size

In This Topic
    Point Constructor(Point3D,Single)
    In This Topic
    3D point and size constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As Point3D, _
       ByVal size As Single _
    )
    public Point( 
       Point3D p,
       float size
    )

    Parameters

    p
    Point position
    size
    On screen size
    See Also