Class PropertyBasedEffectConfigToken
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public sealed class PropertyBasedEffectConfigToken : EffectConfigToken, ICloneable
- Inheritance
-
PropertyBasedEffectConfigToken
- Implements
- Inherited Members
Constructors
Properties
Methods
- Clone()
This should simply call "new myType(this)" ... do not call the base implementation of Clone, as this is handled by the constructors.