Struct BitmapPlane
Specifies the pixel format, buffer, stride and size of a component plane for a planar pixel format.
public struct BitmapPlane
- Inherited Members
Fields
CbBufferSize
The total size of the buffer pointed to by pbBuffer.
public int CbBufferSize
Field Value
CbStride
The stride of the buffer ponted to by pbData. Stride indicates the total number of bytes to go from the beginning of one scanline to the beginning of the next scanline.
public int CbStride
Field Value
Format
Describes the pixel format of the plane.
public Guid Format
Field Value
PbBuffer
Pointer to the buffer that holds the plane?s pixel components.
public nint PbBuffer