CSS Logo XNACS1Lib Library Documentation
XNACS1Base.World.SetWorldCoordinate Method 

Game-Themed Introductory Programming Project   

Defines the world coordinate system to draw in.

public static void SetWorldCoordinate(
   Vector2 min,
   Single width
);

Parameters

min
Coordinate position of the lower left corner of the drawing window.
width
Width represented by the drawing window.

See Also

XNACS1Base.World Class | XNACS1Lib Namespace