Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(Double,Double,Double,Double)
Lower-left corner position along X-axis
Lower-left corner position along y-axis
Rectangle's width
Rectangle's height

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

    Parameters

    x
    Lower-left corner position along X-axis
    y
    Lower-left corner position along y-axis
    width
    Rectangle's width
    height
    Rectangle's height
    See Also