Table of Contents

Class PropertyBasedEffectConfigToken

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll
public sealed class PropertyBasedEffectConfigToken : EffectConfigToken, ICloneable
Inheritance
PropertyBasedEffectConfigToken
Implements
Inherited Members

Constructors

PropertyBasedEffectConfigToken(PropertyCollection)

Properties

Properties
PropertyNames

Methods

Clone()

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

GetProperty(object)
GetProperty<T>(object)
SetPropertyValue(object, object)