Click or drag to resize
SimpleTile Constructor (Int32)
Constructs a tile based on a single frame index from a frameset.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public SimpleTile(
	int frame
)

Parameters

frame
Type: SystemInt32
Zero-based index of the frame within the frameset.
See Also