Class ResizeMode
A specification for how resizing is done
Inheritance
System.Object
ResizeMode
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class ResizeMode : Enum
Fields
ScaleToFill
Scales the media to fit inside the specified width and height. Cropping will occur if original and target aspect ratio differs.
Declaration
public const ResizeMode ScaleToFill
Field Value
Type | Description |
---|---|
ResizeMode |
ScaleToFit
Scales the media fit inside the specified width and height, aspect ratio is kept
Declaration
public const ResizeMode ScaleToFit
Field Value
Type | Description |
---|---|
ResizeMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |