Enum ResizeMode
A specification for how resizing is done
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public enum ResizeMode
Fields
| Name | Description |
|---|---|
| ScaleToFill | Scales the media to fit inside the specified width and height. Cropping will occur if original and target aspect ratio differs. |
| ScaleToFit | Scales the media fit inside the specified width and height, aspect ratio is kept |