Class EffectOptions
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public record EffectOptions : PluginOptions, IEquatable<PluginOptions>, IEffectOptions, IEquatable<EffectOptions>
- Inheritance
-
EffectOptions
- Implements
- Inherited Members
Constructors
Properties
Methods
- OnFrozen()
Called by the base class when Freeze() is called for the first time. This is where "fixups" should be applied, such as adjusting or migrating obsolete options.