Initializes a new instance of the Ellipse class

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