2 references to None
System.Drawing.Common (2)
System\Drawing\Bitmap.cs (2)
397/// The dithering algorithm. Pass <see cref="DitherType.None"/> when the conversion does not reduce the bit depth 498ConvertFormat(format, targetSize > sourceSize ? DitherType.None : DitherType.Solid);