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#
public PixelFormat ImagePixelFormat { get; }
Visual Basic
Public ReadOnly Property ImagePixelFormat As PixelFormat
	Get
Visual C++
public:
virtual property PixelFormat ImagePixelFormat {
	PixelFormat get () sealed;
}

Implements

IImageSequenceSource..::..ImagePixelFormat

See Also