Gets the pixel format used for storing the pixels.

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

Syntax

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

Exceptions

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

See Also