Table of Contents

Property Output

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

Output

After the effect has been drawn to a render target (device context), this property contains the image's output.
The input image's data is not processed and will be in whatever binary format it is implemented or configured for.

public EffectPropertyAccessor<IPassthroughAnalysisData?> Output { get; }

Property Value

EffectPropertyAccessor<IPassthroughAnalysisData>