5 references to GetPixel
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
555
transparent =
GetPixel
(0, Size.Height - 1);
commonui\System\Drawing\ToolboxBitmapAttribute.cs (1)
467
Color bottomLeft = img.
GetPixel
(0, img.Height - 1);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (3)
288
indeterminateCheckedBmp.MakeTransparent(indeterminateCheckedBmp.
GetPixel
(1, 1));
307
checkedBmp.MakeTransparent(checkedBmp.
GetPixel
(1, 1));
338
b.MakeTransparent(b.
GetPixel
(1, 1));