BitmapDataBuffer Class |
Namespace: CSVideoPlayer
The BitmapDataBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitsPerPixel |
Gets the bits per pixel.
|
![]() | BufferLength |
Gets the length of the buffer (Stride x Pixel Height).
|
![]() | BytesPerPixel |
Gets the bytes per pixel.
|
![]() | DpiX |
Gets the DPI on the X axis.
|
![]() | DpiY |
Gets the DPI on the Y axis.
|
![]() | Palette |
Gets the palette.
|
![]() | PixelFormat |
Gets the pixel format.
|
![]() | PixelHeight |
Gets height of the bitmap.
|
![]() | PixelWidth |
Gets width of the bitmap.
|
![]() | Scan0 |
Gets a pointer to the raw pixel data.
|
![]() | Stride |
Gets the byte width of each row of pixels.
|
![]() | UpdateRect |
Gets the update rect.
|
Name | Description | |
---|---|---|
![]() | CreateDrawingBitmap |
Creates a Drawing Bitmap from this data buffer.
|