BitmapData

System.Drawing.Imaging.BitmapData

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the attributes of a bitmap image.

public class BitmapData

Constructors

BitmapData()

Initializes a new instance of BitmapData.

Properties

Height

Int32: Gets or sets the pixel height of the Bitmap.

PixelFormat

PixelFormat: Gets or sets the format of the pixel information in this Bitmap.

Reserved

Int32: Gets or sets the reserved value. Not used.

Scan0

IntPtr: Gets or sets specifies the address of the pixel data.

Stride

Int32: Gets or sets the stride width of the Bitmap.

Width

Int32: Gets or sets the pixel width of the Bitmap.

Last updated

Was this helpful?