public Ellipse( int x, int y, int width, int height, IStroke stroke, params GraphicOption[] options )
Public Sub New ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ stroke As IStroke, _ ParamArray options As GraphicOption() _ )
public: Ellipse( int x, int y, int width, int height, IStroke^ stroke, ... array<GraphicOption^>^ options )