Enum PdnPixelateInterpolationMode
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public enum PdnPixelateInterpolationMode
Fields
NearestNeighbor = 0Linear = 1Cubic = 2MultisampleLinear = 3Anisotropic = 4HighQualityCubic = 5