Click or drag to resize

BitmapDataBuffer Class

Contains metadata about a raw bitmap back-buffer.
Inheritance Hierarchy
SystemObject
  CSVideoPlayerBitmapDataBuffer

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class BitmapDataBuffer

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
Methods
  NameDescription
Public methodCreateDrawingBitmap
Creates a Drawing Bitmap from this data buffer.
Top
See Also