Table of Contents

Class EffectInputDescription

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes features of an effect.

public class EffectInputDescription
Inheritance
EffectInputDescription
Inherited Members

Remarks

Note??The caller should not rely heavily on the input rectangles returned by this structure. They can change due to subtle changes in effect implementations and due to optimization changes in the effect rendering system.?

Constructors

EffectInputDescription()

public EffectInputDescription()

Fields

Effect

The effect whose input connection is being specified.

public Effect Effect

Field Value

Effect

InputIndex

The input index of the effect that is being considered.

public int InputIndex

Field Value

int

InputRectangle

The amount of data that would be available on the input. This can be used to query this information when the data is not yet available.

public RawRectangleF InputRectangle

Field Value

RawRectangleF