Table of Contents

Struct BitmapPlaneDescription

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

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

Guid

Height

Component height of the plane.

public int Height

Field Value

int

Width

Component width of the plane.

public int Width

Field Value

int