3 references to GdipSaveImageToFile
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
275PInvokeGdiPlus.GdipSaveImageToFile(_nativeImage, fn, &encoder, nativeParameters).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7106 /// <inheritdoc cref="GdipSaveImageToFile(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Foundation.PCWSTR, global::System.Guid*, winmdroot.Graphics.GdiPlus.EncoderParameters*)"/> 7116 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSaveImageToFile(imageLocal, filenameLocal, clsidEncoderLocal, encoderParams);