3 references to GetPixel
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2470
var pixel = bitmap.
GetPixel
(x, y);
2490
Color pixel = bitmap.
GetPixel
(x, y);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
452
return !image.
GetPixel
(image.Width / 2, image.Height / 2).Equals(testColor);