Class EffectInputDescription
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
InputIndex
The input index of the effect that is being considered.
public int InputIndex
Field Value
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