BitmapData.PixelFormat

BitmapData.PixelFormat property

Gets or sets the format of the pixel information in the Bitmap object that returned this BitmapData object.

public PixelFormat PixelFormat { get; set; }

Return Value

A PixelFormat that specifies the format of the pixel information in the associated Bitmap object.

See Also