Enum ResizeMode
Enum representing the mode to use for resizing an image.
Namespace: DataWeb.Media
Assembly: DataWeb.Core.dll
Syntax
public enum ResizeMode
Fields
| Name | Description |
|---|---|
| Crop | Crop the image to fit the specified dimensions, keeping the center of the image. |
| Fix | Fit the image inside the specified dimensions, preserving its aspect ratio. |