Table of Contents

Class BitmapEffect

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

The base class for effects that run on the CPU.

public abstract class BitmapEffect : EffectBase, ISerializable, IBitmapEffect, IEffect, IObjectRef, IIsDisposed, IDisposable
Inheritance
BitmapEffect
Implements
Derived
Inherited Members
Extension Methods

Constructors

BitmapEffect(string, IBitmapSource, string?, BitmapEffectOptions)
BitmapEffect(string, Image, string?, BitmapEffectOptions)
BitmapEffect(string, string?, BitmapEffectOptions)

Properties

Environment

Methods

OnDispose(bool)
OnInitializeRenderInfo(IBitmapEffectRenderInfo)

Overridden by the derived class to specify rendering information.

OnRender(IBitmapEffectOutput)
OnSetToken(EffectConfigToken?)