Class Effect
A base class for any Effects that can be added to a format.
Inheritance
System.Object
Effect
Implements
System.ICloneable
Namespace: ImageVault.Common.Data.Effects
Assembly: ImageVault.Common.dll
Syntax
public abstract class Effect : Object
Constructors
Effect()
Declaration
protected Effect()
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public abstract object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable