Gets the pixel format of the images in this sequence.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also