11 references to Gdi
System.Drawing (11)
commonui\System\Drawing\Advanced\BitmapData.cs (1)
71case PixelFormat.Gdi:
commonui\System\Drawing\Advanced\PixelFormat.cs (10)
99Format1bppIndexed = 1 | ( 1 << 8) | (int) Indexed | (int) Gdi, 107Format4bppIndexed = 2 | ( 4 << 8) | (int) Indexed | (int) Gdi, 115Format8bppIndexed = 3 | ( 8 << 8) | (int) Indexed | (int) Gdi, 128Format16bppRgb555 = 5 | (16 << 8) | (int) Gdi, 137Format16bppRgb565 = 6 | (16 << 8) | (int) Gdi, 147Format16bppArgb1555 = 7 | (16 << 8) | (int) Alpha | (int) Gdi, 156Format24bppRgb = 8 | (24 << 8) | (int) Gdi, 165Format32bppRgb = 9 | (32 << 8) | (int) Gdi, 174Format32bppArgb = 10 | (32 << 8) | (int) Alpha | (int) Gdi | (int) Canonical, 184Format32bppPArgb = 11 | (32 << 8) | (int) Alpha | (int) PAlpha | (int) Gdi,