Search Results for

    Show / Hide Table of Contents

    Class CropEffectAttribute

    The CropEffect attribute is used to add a crop effect to a format.

    Inheritance
    System.Object
    System.Attribute
    EffectAttribute
    CropEffectAttribute
    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 CropEffectAttribute : EffectAttribute, _Attribute

    Constructors

    CropEffectAttribute(Int32)

    Initializes a new instance of the CropEffectAttribute class.

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

    CropEffectAttribute(Int32, Int32, Int32, Int32, Int32)

    Initializes a new instance of the CropEffectAttribute class.

    Declaration
    public CropEffectAttribute(int x, int y, int width, int height, int sortOrder = 1)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    System.Int32 width
    System.Int32 height
    System.Int32 sortOrder

    Properties

    Height

    Get/Sets the Height of the CropEffectAttribute

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

    Width

    Get/Sets the Width of the CropEffectAttribute

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

    X

    Get/Sets the X of the CropEffectAttribute

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

    Y

    Get/Sets the Y of the CropEffectAttribute

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

    Methods

    CreateEffect()

    Create the crop 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