Table of Contents

Struct DdsParameters

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the DDS image dimension, SharpDX.DXGI.Format and alpha mode of contained data.

public struct DdsParameters
Inherited Members

Fields

AlphaMode

No documentation.

public DdsAlphaMode AlphaMode

Field Value

DdsAlphaMode

ArraySize

No documentation.

public int ArraySize

Field Value

int

Depth

No documentation.

public int Depth

Field Value

int

Dimension

No documentation.

public DdsDimension Dimension

Field Value

DdsDimension

DxgiFormat

No documentation.

public Format DxgiFormat

Field Value

Format

Height

No documentation.

public int Height

Field Value

int

MipLevels

No documentation.

public int MipLevels

Field Value

int

Width

No documentation.

public int Width

Field Value

int