AXISRotation

Description

Rotates image clockwise by specified angle.

namespace AXISRotation
{
	enum Type
	{
		_0,
		_90,
		_180,
		_270
	};
}