Search Results for

    Show / Hide Table of Contents

    Class ResizeEffectAttribute

    Adds a resize effect to a format

    Inheritance
    System.Object
    System.Attribute
    EffectAttribute
    ResizeEffectAttribute
    Implements
    System.Runtime.InteropServices._Attribute
    Inherited Members
    EffectAttribute.SortOrder
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Module)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.Equals(System.Object)
    System.Attribute.GetHashCode()
    System.Attribute.Match(System.Object)
    System.Attribute.IsDefaultAttribute()
    System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
    System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
    System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
    System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
    System.Attribute.TypeId
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Client.Descriptors.Effects
    Assembly: ImageVault.Client.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
    public sealed class ResizeEffectAttribute : EffectAttribute, _Attribute

    Constructors

    ResizeEffectAttribute(Int32)

    Initializes a new instance of the ResizeEffectAttribute class.

    Declaration
    public ResizeEffectAttribute(int sortOrder = 1)
    Parameters
    Type Name Description
    System.Int32 sortOrder

    ResizeEffectAttribute(Int32, Int32, ResizeMode, Int32)

    Initializes a new instance of the ResizeEffectAttribute class.

    Declaration
    public ResizeEffectAttribute(int width, int height, ResizeMode resizeMode = ResizeMode.ScaleToFit, int sortOrder = 1)
    Parameters
    Type Name Description
    System.Int32 width
    System.Int32 height
    ResizeMode resizeMode
    System.Int32 sortOrder

    Properties

    Height

    Get/Sets the Height of the ResizeEffectAttribute

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    IgnoreAreaOfInterest

    If set to true, area of interest will be disregarded when auto-crop is needed.

    Declaration
    public bool IgnoreAreaOfInterest { get; set; }
    Property Value
    Type Description
    System.Boolean

    ResizeMode

    Get/Sets the ResizeMode of the ResizeEffectAttribute

    Declaration
    public ResizeMode ResizeMode { get; set; }
    Property Value
    Type Description
    ResizeMode

    Width

    Get/Sets the Width of the ResizeEffectAttribute

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    CreateEffect()

    Create the Resize-effect

    Declaration
    public override Effect CreateEffect()
    Returns
    Type Description
    Effect
    Overrides
    EffectAttribute.CreateEffect()

    Implements

    System.Runtime.InteropServices._Attribute

    Extension Methods

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