Table of Contents

Struct BitmapPlane

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

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

int

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

int

Format

Describes the pixel format of the plane.

public Guid Format

Field Value

Guid

PbBuffer

Pointer to the buffer that holds the plane?s pixel components.

public nint PbBuffer

Field Value

nint