eDriven Framework API
Ellipse Constructor (width, height, fill, options)
NamespaceseDriven.Gui.GraphicsEllipseEllipse(Int32, Int32, IFill, array<GraphicOption>[]()[][])
eDriven Framework API
Initializes a new instance of the Ellipse class
Declaration Syntax
C#Visual BasicVisual C++
public Ellipse(
	int width,
	int height,
	IFill fill,
	params GraphicOption[] options
)
Public Sub New ( _
	width As Integer, _
	height As Integer, _
	fill As IFill, _
	ParamArray options As GraphicOption() _
)
public:
Ellipse(
	int width, 
	int height, 
	IFill^ fill, 
	... array<GraphicOption^>^ options
)
Parameters
width (Int32)
height (Int32)
fill (IFill)
options (array<GraphicOption>[]()[][])

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)