eDriven Framework API
Rect Constructor (width, height, fill, stroke, options)
NamespaceseDriven.Gui.GraphicsRectRect(Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][])
eDriven Framework API
Initializes a new instance of the Rect class
Declaration Syntax
C#Visual BasicVisual C++
public Rect(
	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:
Rect(
	int width, 
	int height, 
	IFill^ fill, 
	IStroke^ stroke, 
	... array<GraphicOption^>^ options
)
Parameters
width (Int32)
height (Int32)
fill (IFill)
stroke (IStroke)
options (array<GraphicOption>[]()[][])

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