ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Ellipse Structure / Ellipse Constructor
The center.
The radius X.
The radius Y.

In This Topic
    Ellipse Constructor
    In This Topic
    Initializes a new instance of the Ellipse struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As Point2F, _
       ByVal radiusX As Single, _
       ByVal radiusY As Single _
    )
    public Ellipse( 
       Point2F center,
       float radiusX,
       float radiusY
    )

    Parameters

    center
    The center.
    radiusX
    The radius X.
    radiusY
    The radius Y.
    See Also