[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.InputDescription

Struct InputDescription

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_INPUT_DESCRIPTION

public struct InputDescription
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

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

D2D1_FILTER filter

public Filter Filter

Field Value

Filter

LevelOfDetailCount

unsigned int levelOfDetailCount

public int LevelOfDetailCount

Field Value

int