Specifies the format of the color data for each pixel in the image.

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

Syntax

C#
public PixelFormat PixelFormat { get; private set; }
Visual Basic
Public Property PixelFormat As PixelFormat
	Get
	Private Set
Visual C++
public:
property PixelFormat PixelFormat {
	PixelFormat get ();
	private: void set (PixelFormat value);
}

See Also