System.Drawing.Imaging.BitmapData Members

The members of System.Drawing.Imaging.BitmapData are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Drawing.Imaging.BitmapData class.

Public Properties

Heightint.

Gets or sets the pixel height of the System.Drawing.Bitmap object. Also sometimes referred to as the number of scan lines.

PixelFormatPixelFormat.

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

Reservedint.

Reserved. Do not use.

Scan0IntPtr.

Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.

Strideint.

Gets or sets the stride width (also called scan width) of the System.Drawing.Bitmap object.

Widthint.

Gets or sets the pixel width of the System.Drawing.Bitmap object. This can also be thought of as the number of pixels in one scan line.