Dimension

Description

Selects a dimension to which an operation will be performed.

namespace Dimension
{
	enum Type
	{
		Width,
		Height
	};
}