3 references to GdipBitmapSetPixel
System.Drawing.Common (1)
System\Drawing\Bitmap.cs (1)
332
PInvokeGdiPlus.
GdipBitmapSetPixel
(this.Pointer(), x, y, (uint)color.ToArgb()).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
481
/// <inheritdoc cref="
GdipBitmapSetPixel
(winmdroot.Graphics.GdiPlus.GpBitmap*, int, int, uint)"/>
486
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipBitmapSetPixel
(bitmapLocal, x, y, color);