Table of Contents

Method InitDialogFromToken

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

InitDialogFromToken(TToken)

protected abstract void InitDialogFromToken(TToken effectTokenCopy)

Parameters

effectTokenCopy TToken

InitDialogFromToken(EffectConfigToken)

This method must be overridden in derived classes. In this method you must take the values from the given EffectToken and use them to properly initialize the dialog's user interface elements. Make sure to read values from the passed-in effectToken

protected override sealed void InitDialogFromToken(EffectConfigToken effectTokenCopy)

Parameters

effectTokenCopy EffectConfigToken