MatroxEdgeType

Description

Represents edge types for I/O command lists.

namespace MatroxEdgeType
{
	enum Type
	{
		EdgeRising,
		EdgeFalling
	};
}