5 references to GetPixel
System.Drawing.Common (2)
System\Drawing\Bitmap.cs (1)
216
transparent =
GetPixel
(0, Size.Height - 1);
System\Drawing\ToolboxBitmapAttribute.cs (1)
300
Color bottomLeft = img.
GetPixel
(0, img.Height - 1);
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);