XNACS1Lib: CSS490 Spring 2011
Contstructs a circle.

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

Syntax

C#
public XNACS1Circle(
	Vector2 center,
	float radius,
	string tex
)

Parameters

center
Type: Vector2
center of the circle.
radius
Type: System..::..Single
radius of the circle.
tex
Type: System..::..String
texture to be used for the circle.

See Also