Table of Contents

Method OnCreateInitialToken

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

OnCreateInitialToken()

Implemented by the derived class to create the initial token at construction time. The token is usually populated with the default values for the effect.
This method is called before the derived class's constructor, and before the Effect property has been set.

protected virtual EffectConfigToken OnCreateInitialToken()

Returns

EffectConfigToken