Initializes a new instance of the Ellipse class

C# | Visual Basic | Visual C++ |
public Ellipse( int width, int height, IFill fill, IStroke stroke, params GraphicOption[] options )
Public Sub New ( _ width As Integer, _ height As Integer, _ fill As IFill, _ stroke As IStroke, _ ParamArray options As GraphicOption() _ )
public: Ellipse( int width, int height, IFill^ fill, IStroke^ stroke, ... array<GraphicOption^>^ options )
