Table of Contents

Class EffectConfigToken

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll
public abstract class EffectConfigToken : ICloneable
Inheritance
EffectConfigToken
Implements
Derived
Inherited Members

Constructors

EffectConfigToken()
EffectConfigToken(EffectConfigToken)

Methods

Clone()

This should simply call "new myType(this)" ... do not call the base implementation of Clone, as this is handled by the constructors.