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

In This Topic
    Ellipse Constructor(Plane,Point2D,Double,Double)
    In This Topic
    Plane, center, radius X and radius Y constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ellipsePlane As Plane, _
       ByVal center As Point2D, _
       ByVal rx As Double, _
       ByVal ry As Double _
    )
    public Ellipse( 
       Plane ellipsePlane,
       Point2D center,
       double rx,
       double ry
    )

    Parameters

    ellipsePlane
    Plane
    center
    2D center point
    rx
    Radius X
    ry
    Radius Y
    See Also