[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.WicInterpolationMode

Enum WicInterpolationMode

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Specifies the sampling or filtering mode to use when scaling an image.

public enum WicInterpolationMode

Fields

Cubic = 2

A bicubic interpolation algorithm.

Fant = 3

A Fant resampling algorithm.

HighQualityCubic = 4

A high quality bicubic interpolation algorithm.

Linear = 1

A bilinear interpolation algorithm.

NearestNeighbor = 0

A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.