3 references to GdipSaveAddImage
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
378
PInvokeGdiPlus.
GdipSaveAddImage
(_nativeImage, image._nativeImage, nativeParameters).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6636
/// <inheritdoc cref="
GdipSaveAddImage
(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Graphics.GdiPlus.EncoderParameters*)"/>
6643
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSaveAddImage
(imageLocal, newImageLocal, encoderParams);