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

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

    Parameters

    p
    Point position
    size
    On screen size
    See Also