XNACS1Lib: CSS490 Spring 2011
Defines the world coordinate system to draw in.

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

Syntax

C#
public static void SetWorldCoordinate(
	Vector2 min,
	float width
)

Parameters

min
Type: Vector2
Coordinate position of the lower left corner of the drawing window.
width
Type: System..::..Single
Width represented by the drawing window.

See Also