ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single, _
       ByVal radiusY As System.Single _
    )
    public Ellipse( 
       Point2F center,
       System.float radiusX,
       System.float radiusY
    )

    Parameters

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