3 references to GdipSaveImageToStream
System.Private.Windows.GdiPlus (3)
System\Drawing\CoreImageExtensions.cs (1)
28
PInvokeGdiPlus.
GdipSaveImageToStream
(image.GetPointer(), iStream, &encoder, encoderParameters).ThrowIfFailed();
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6687
/// <inheritdoc cref="
GdipSaveImageToStream
(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.System.Com.IStream*, global::System.Guid*, winmdroot.Graphics.GdiPlus.EncoderParameters*)"/>
6694
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipSaveImageToStream
(imageLocal, stream, clsidEncoderLocal, encoderParams);