Struct EffectInputDescription
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes an effect's input for the GetEffectRequiredInputRectangles(IDeviceEffect, in RectFloat?, ReadOnlySpan<EffectInputDescription>) method.
D2D1_EFFECT_INPUT_DESCRIPTION
public struct EffectInputDescription : IEquatable<EffectInputDescription>
- Implements
- Inherited Members
Remarks
You shouldn't 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
Properties
- Effect
The effect whose input connection is being specified.
- InputIndex
The input index of the effect that is being considered.
- 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.