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