Click or drag to resize

BitmapDataBuffer Properties

The BitmapDataBuffer type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
Gets the bits per pixel.
Public propertyBufferLength
Gets the length of the buffer (Stride x Pixel Height).
Public propertyBytesPerPixel
Gets the bytes per pixel.
Public propertyDpiX
Gets the DPI on the X axis.
Public propertyDpiY
Gets the DPI on the Y axis.
Public propertyPalette
Gets the palette.
Public propertyPixelFormat
Gets the pixel format.
Public propertyPixelHeight
Gets height of the bitmap.
Public propertyPixelWidth
Gets width of the bitmap.
Public propertyScan0
Gets a pointer to the raw pixel data.
Public propertyStride
Gets the byte width of each row of pixels.
Public propertyUpdateRect
Gets the update rect.
Top
See Also