Method InitDialogFromToken
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
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 virtual void InitDialogFromToken(EffectConfigToken effectToken)
Parameters
effectToken
EffectConfigToken
InitDialogFromToken()
protected void InitDialogFromToken()