21 references to SetPixel
System.Drawing.Common (1)
System\Drawing\ToolboxBitmapAttribute.cs (1)
304
img.
SetPixel
(0, img.Height - 1, newBottomLeft);
System.Windows.Forms (19)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (4)
79
bitmap.
SetPixel
(0, 0, color1);
80
bitmap.
SetPixel
(0, 1, color2);
81
bitmap.
SetPixel
(1, 1, color1);
82
bitmap.
SetPixel
(1, 0, color2);
System\Windows\Forms\Rendering\ControlPaint.cs (15)
1569
bitmap.
SetPixel
(x, y, foreColor);
2161
bitmap.
SetPixel
(x, y, Color.Transparent);
2171
bitmap.
SetPixel
(x, y, brushColor);
2240
b.
SetPixel
(1, 0, color2);
2241
b.
SetPixel
(0, 1, color2);
2242
b.
SetPixel
(0, 0, color1);
2243
b.
SetPixel
(1, 1, color1);
2250
b.
SetPixel
(1, 0, color1);
2251
b.
SetPixel
(0, 1, color1);
2252
b.
SetPixel
(0, 0, color2);
2253
b.
SetPixel
(1, 1, color2);
2288
bitmap.
SetPixel
(x, y, Color.Transparent);
2298
bitmap.
SetPixel
(x, y, brushColor);
2476
bitmap.
SetPixel
(x, y, pixel.InvertColor());
2491
result.
SetPixel
(x, y, pixel != backgroundColor ? pixel.InvertColor() : pixel);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
439
image.
SetPixel
(image.Width / 2, image.Height / 2, testColor);