Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(Double,Double)
Rectangle's width
Rectangle's height

In This Topic
    LinearPath Constructor(Double,Double)
    In This Topic
    2D rectangle on the origin constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public LinearPath( 
       double width,
       double height
    )

    Parameters

    width
    Rectangle's width
    height
    Rectangle's height
    See Also