Gets the pixel type.

Namespace: HighGL
Assembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PixelType PixelType { get; }
Visual Basic
Public ReadOnly Property PixelType As PixelType
	Get
Visual C++
public:
property PixelType PixelType {
	PixelType get ();
}

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionIf this object was disposed.

See Also