ComponentOne Bitmap for UWP
Ellipse Constructor

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Ellipse Structure : Ellipse Constructor
The center.
The radius X.
The radius Y.
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

Reference

Ellipse Structure
Ellipse Members