[]
        
(Showing Draft Content)

C1.Win.Bitmap.InterpolationMode

InterpolationMode Enum

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

Namespace: C1.Win.Bitmap
Assembly: C1.Win.Bitmap.4.8.dll
Syntax
public enum InterpolationMode

Fields

Name Description
Cubic

A bicubic interpolation algorithm.

Fant

A Fant resampling algorithm.

HighQualityCubic

A high quality bicubic interpolation algorithm.

Linear

A bilinear interpolation algorithm.

NearestNeighbor

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