Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Ellipse Class / Ellipse Constructor / Ellipse Constructor(Plane,Double,Double)
Plane
Radius X
Radius Y

In This Topic
    Ellipse Constructor(Plane,Double,Double)
    In This Topic
    Ellipse not parallel to XY plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plane As Plane, _
       ByVal rx As Double, _
       ByVal ry As Double _
    )
    public Ellipse( 
       Plane plane,
       double rx,
       double ry
    )

    Parameters

    plane
    Plane
    rx
    Radius X
    ry
    Radius Y
    See Also