InterpolationMode
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
The InterpolationMode enumeration specifies the algorithm that is used when
- C#
- VB.NET
public enum InterpolationMode : Enum
Public Enum InterpolationMode As [Enum]
Fields
| Name | Description |
|---|---|
| Bicubic | Specifies bicubic interpolation. |
| Bilinear | Specifies bilinear interpolation. |
| Default | Specifies default mode. |
| High | Specifies high quality. |
| HighQualityBicubic | Specifies high quality bicubic interpolation. |
| HighQualityBilinear | Specifies high quality bilinear interpolation. |
| Invalid | Equivalent to Invalid |
| Low | Specifies low quality. |
| NearestNeighbor | Specifies nearest neighbor interpolation. |
Used By
| Name | Description |
|---|---|
| Graphics.InterpolationMode | Gets or sets the interpolation mode associated with this Graphics. |