Search Results for

    Show / Hide Table of Contents

    Class Effect

    A base class for any Effects that can be added to a format.

    Inheritance
    System.Object
    Effect
    ChangeOutputFormatEffect
    ChangeOutputFormatEffect
    CompressionQualityEffect
    CompressionQualityEffect
    CropEffect
    CropEffect
    ExportMetadataEffect
    ExportMetadataEffect
    ResizeEffect
    ResizeEffect
    TrimEffect
    TrimEffect
    UnsharpMaskEffect
    UnsharpMaskEffect
    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022