Table of Contents

Enum BitmapInterpolationMode

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll
public enum BitmapInterpolationMode

Fields

NearestNeighbor = 0
Linear = 1
Cubic = 2
Fant = 3
HighQualityCubic = 4