Class ResizeEffectAttribute
Adds a resize effect to a format
Inherited Members
Namespace: ImageVault.Client.Descriptors.Effects
Assembly: ImageVault.Client.dll
Syntax
public sealed class ResizeEffectAttribute : EffectAttribute
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, 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 |