Table of Contents

Struct EffectInputDescription

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll
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

EffectInputDescription(IDeviceEffect, int, RectFloat)

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.

Methods

Equals(EffectInputDescription)
Equals(in EffectInputDescription)
Equals(object?)
GetHashCode()

Operators

operator ==(in EffectInputDescription, in EffectInputDescription)
operator !=(in EffectInputDescription, in EffectInputDescription)