InterpolationMode

System.Drawing.Drawing2D.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

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

Gets or sets the interpolation mode associated with this Graphics.

Last updated

Was this helpful?