5 references to GetPixel
System.Drawing.Common (2)
System\Drawing\Bitmap.cs (1)
216transparent = GetPixel(0, Size.Height - 1);
System\Drawing\ToolboxBitmapAttribute.cs (1)
300Color bottomLeft = img.GetPixel(0, img.Height - 1);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2470var pixel = bitmap.GetPixel(x, y); 2490Color pixel = bitmap.GetPixel(x, y);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
452return !image.GetPixel(image.Width / 2, image.Height / 2).Equals(testColor);