20 references to SetPixel
System.Drawing (1)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (1)
471
img.
SetPixel
(0, img.Height - 1, newBottomLeft);
System.Web.Mobile (2)
UI\MobileControls\Design\Util\WbmpConverter.cs (2)
58
bitmap.
SetPixel
(x, y, Color.Black);
62
bitmap.
SetPixel
(x, y, Color.White);
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
121
b.
SetPixel
(0, 0, color1);
122
b.
SetPixel
(0, 1, color2);
123
b.
SetPixel
(1, 1, color1);
124
b.
SetPixel
(1, 0, color2);
winforms\Managed\System\WinForms\ControlPaint.cs (13)
1481
bitmap.
SetPixel
(x, y, foreColor);
2162
bitmap.
SetPixel
(x, y, Color.Transparent);
2169
bitmap.
SetPixel
(x, y, brushColor);
2225
b.
SetPixel
(1, 0, color2);
2226
b.
SetPixel
(0, 1, color2);
2227
b.
SetPixel
(0, 0, color1);
2228
b.
SetPixel
(1, 1, color1);
2234
b.
SetPixel
(1, 0, color1);
2235
b.
SetPixel
(0, 1, color1);
2236
b.
SetPixel
(0, 0, color2);
2237
b.
SetPixel
(1, 1, color2);
2282
bitmap.
SetPixel
(x, y, Color.Transparent);
2290
bitmap.
SetPixel
(x, y, brushColor);