Method InitialInitToken
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
InitialInitToken()
This method must be overriden in the derived classes. In this you initialize the default values for the token, and thus the default values for the dialog box. The job of this function is to initialize this.theEffectToken with a non-null reference.
protected override sealed void InitialInitToken()