XNACS1Lib: CSS490 Spring 2011
Constructs a rectangle.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public XNACS1Rectangle(
	Vector2 center,
	float width,
	float height
)

Parameters

center
Type: Vector2
center of the rectangle.
width
Type: System..::..Single
width of the rectangle.
height
Type: System..::..Single
height of the rectangle.

See Also