4 references to GdipCreateBitmapFromScan0
System.Drawing.Common (2)
System\Drawing\Bitmap.cs (2)
101PInvokeGdiPlus.GdipCreateBitmapFromScan0(width, height, stride, (int)format, (byte*)scan0, &bitmap).ThrowIfFailed();
108PInvokeGdiPlus.GdipCreateBitmapFromScan0(width, height, 0, (int)format, null, &bitmap).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
937 /// <inheritdoc cref="GdipCreateBitmapFromScan0(int, int, int, int, byte*, winmdroot.Graphics.GdiPlus.GpBitmap**)"/>
943 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipCreateBitmapFromScan0(width, height, stride, format, scan0.HasValue ? &scan0Local : null, bitmapLocal);