Enum Enums.Size
Controls whether an operation should upsize, downsize, both up and downsize, or force a size.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Size
Remarks
See for example Thumbnail(string, int, int?, Size?, bool?, Interesting?, bool?, string, string, Intent?, FailOn?).
Fields
| Name | Description |
|---|---|
| Both | Size both up and down. |
| Down | Only downsize. |
| Force | Force size, that is, break aspect ratio. |
| Up | Only upsize. |