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