Table of Contents

Class PdnVignetteEffect

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

A Direct2D effect that operates the same as Paint.NET's built-in Vignette effect.

public sealed class PdnVignetteEffect : CustomEffect<PdnVignetteEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
PdnVignetteEffect
Implements
Inherited Members

Remarks

Note that this is not the same as VignetteEffect, which is Direct2D's built-in Vignette effect.

Constructors

PdnVignetteEffect(IDeviceEffectFactory)