Table of Contents

Struct InputDescription

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes the options that transforms may set on input textures.

public struct InputDescription
Inherited Members

Constructors

InputDescription(Filter, int)

Initializes a new instance of InputDescription struct.

public InputDescription(Filter filter, int levelOfDetail)

Parameters

filter Filter

The type of filter to apply to the input texture

levelOfDetail int

The mip level to retrieve from the upstream transform, if specified.

Fields

Filter

The type of filter to apply to the input texture.

public Filter Filter

Field Value

Filter

LevelOfDetailCount

The mip level to retrieve from the upstream transform, if specified.

public int LevelOfDetailCount

Field Value

int