Class BitmapInfo

BitmapInfo class

Object containing array of pixels and bitmap information.

public class BitmapInfo

Constructors

NameDescription
BitmapInfo(byte[], int, int, PixelFormat)Creates a new instance of the class.

Properties

NameDescription
Format { get; }Gets the pixel format of the bitmap.
Height { get; }Gets the height of the bitmap.
PixelBytes { get; }Gets the array of pixels.
Width { get; }Gets the width of the bitmap.

See Also