You are here: Start » AVL.NET » ResizeMethod Enumeration
ResizeMethod Enumeration
Interpolation method used when image resizing is considered.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Area | The most precise, but computationally expensive. |
| Bilinear | Precise and fast. |
| NearestNeighbour | The simplest and the fastest method. |
