[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.InterpolationMode

InterpolationMode Enum

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

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public enum InterpolationMode
Public Enum InterpolationMode

Fields

Name Description
Cubic

A bicubic interpolation algorithm.

Downscale

A resampling algorithm for downscaling by factors greater than 2.

Linear

A bilinear interpolation algorithm.

NearestNeighbor

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