Skip to main content

InterpolationMode

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

The InterpolationMode enumeration specifies the algorithm that is used when

public enum InterpolationMode : Enum

Fields

NameDescription
BicubicSpecifies bicubic interpolation.
BilinearSpecifies bilinear interpolation.
DefaultSpecifies default mode.
HighSpecifies high quality.
HighQualityBicubicSpecifies high quality bicubic interpolation.
HighQualityBilinearSpecifies high quality bilinear interpolation.
InvalidEquivalent to Invalid
LowSpecifies low quality.
NearestNeighborSpecifies nearest neighbor interpolation.

Used By

NameDescription
Graphics.InterpolationModeGets or sets the interpolation mode associated with this Graphics.