15 references to DitherType
System.Drawing.Common (12)
System\Drawing\Bitmap.cs (2)
458(GdiPlus.DitherType)ditherType, 471(GdiPlus.DitherType)ditherType,
System\Drawing\Imaging\DitherType.cs (10)
19None = GdiPlus.DitherType.DitherTypeNone, 27Solid = GdiPlus.DitherType.DitherTypeSolid, 33Ordered4x4 = GdiPlus.DitherType.DitherTypeOrdered4x4, 38Ordered8x8 = GdiPlus.DitherType.DitherTypeOrdered8x8, 43Ordered16x16 = GdiPlus.DitherType.DitherTypeOrdered16x16, 48Spiral4x4 = GdiPlus.DitherType.DitherTypeSpiral4x4, 53Spiral8x8 = GdiPlus.DitherType.DitherTypeSpiral8x8, 58DualSpiral4x4 = GdiPlus.DitherType.DitherTypeDualSpiral4x4, 63DualSpiral8x8 = GdiPlus.DitherType.DitherTypeDualSpiral8x8, 70ErrorDiffusion = GdiPlus.DitherType.DitherTypeErrorDiffusion
System.Private.Windows.GdiPlus (3)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (3)
433 /// <inheritdoc cref="GdipBitmapConvertFormat(winmdroot.Graphics.GdiPlus.GpBitmap*, int, winmdroot.Graphics.GdiPlus.DitherType, winmdroot.Graphics.GdiPlus.PaletteType, winmdroot.Graphics.GdiPlus.ColorPalette*, float)"/> 434 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapConvertFormat(ref winmdroot.Graphics.GdiPlus.GpBitmap pInputBitmap, int format, winmdroot.Graphics.GdiPlus.DitherType dithertype, winmdroot.Graphics.GdiPlus.PaletteType palettetype, winmdroot.Graphics.GdiPlus.ColorPalette* palette, float alphaThresholdPercent) 444 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipBitmapConvertFormat(winmdroot.Graphics.GdiPlus.GpBitmap* pInputBitmap, int format, winmdroot.Graphics.GdiPlus.DitherType dithertype, winmdroot.Graphics.GdiPlus.PaletteType palettetype, winmdroot.Graphics.GdiPlus.ColorPalette* palette, float alphaThresholdPercent);