Table of Contents

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

EffectOptions()
EffectOptions(EffectOptions)

Properties

EqualityContract
Flags
RenderingSchedule

Methods

Equals(PluginOptions?)
Equals(EffectOptions?)
Equals(object?)
GetHashCode()
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.

PrintMembers(StringBuilder)
ToString()

Operators

operator ==(EffectOptions?, EffectOptions?)
operator !=(EffectOptions?, EffectOptions?)