Struct BitmapPlaneDescription
Specifies the pixel format and size of a component plane.
public struct BitmapPlaneDescription
- Inherited Members
Fields
Format
Describes the pixel format of the plane.
public Guid Format
Field Value
Height
Component height of the plane.
public int Height
Field Value
Width
Component width of the plane.
public int Width