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

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

    Parameters

    center
    3D center point
    rx
    Radius X
    ry
    Radius Y
    See Also