Table of Contents

Class BitmapEffect

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll
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?)