eDriven Framework API
Rectangle Constructor (x, y, width, height)
NamespaceseDriven.Core.GeomRectangleRectangle(Single, Single, Single, Single)
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public Rectangle(
	float x,
	float y,
	float width,
	float height
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	width As Single, _
	height As Single _
)
public:
Rectangle(
	float x, 
	float y, 
	float width, 
	float height
)
Parameters
x (Single)
y (Single)
width (Single)
height (Single)

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