The properties of System.Drawing.Imaging.BitmapData are listed below. For a list of all members, see the BitmapData Members list.
See Also: Inherited members from System.Object
Height | int.
Gets or sets the pixel height of the System.Drawing.Bitmap object. Also sometimes referred to as the number of scan lines. | |
PixelFormat | PixelFormat.
Gets or sets the format of the pixel information in the System.Drawing.Bitmap object that returned this System.Drawing.Imaging.BitmapData object. | |
Reserved | int.
Reserved. Do not use. | |
Scan0 | IntPtr.
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. | |
Stride | int.
Gets or sets the stride width (also called scan width) of the System.Drawing.Bitmap object. | |
Width | int.
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. |