BitmapData::PixelFormat Property
.NET Framework (current version)
Gets or sets the format of the pixel information in the Bitmap object that returned this BitmapData object.
Assembly: System.Drawing (in System.Drawing.dll)
public: property PixelFormat PixelFormat { PixelFormat get(); void set(PixelFormat value); }
Property Value
Type: System.Drawing.Imaging::PixelFormatA PixelFormat that specifies the format of the pixel information in the associated Bitmap object.
The format defines how many bits of memory are needed to store the color information for a single pixel.
.NET Framework
Available since 1.1
Available since 1.1
Show: