11 references to Save
System.Drawing.Common.Tests (9)
mono\System.Drawing.Imaging\BmpCodecTests.cs (1)
440
bmp.
Save
(sOutFile, ImageFormat.Bmp);
mono\System.Drawing.Imaging\GifCodecTests.cs (1)
194
bmp.
Save
(sOutFile, ImageFormat.Gif);
mono\System.Drawing.Imaging\IconCodecTests.cs (1)
1880
bmp.
Save
(sOutFile, ImageFormat.Icon);
mono\System.Drawing.Imaging\JpegCodecTests.cs (1)
359
bmp.
Save
(sOutFile, ImageFormat.Jpeg);
mono\System.Drawing.Imaging\PngCodecTests.cs (1)
580
bmp.
Save
(sOutFile, ImageFormat.Png);
mono\System.Drawing.Imaging\TiffCodecTests.cs (1)
251
bmp.
Save
(sOutFile, ImageFormat.Tiff);
System\Drawing\BitmapTests.cs (2)
742
bitmapFromWmf.
Save
(output, ImageFormat.Png);
1569
bitmap.
Save
(path, ImageFormat.Png);
System\Drawing\ImageAnimator.ManualTests.cs (1)
60
animation.
Save
(Path.Combine(testOutputFolder, $"{++frameIndexes[imageName]}_{timestamp}.jpg"), ImageFormat.Jpeg);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5126
BackgroundImage.
Save
(_backgroundImageFileName, Drawing.Imaging.ImageFormat.Bmp);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenshotService.cs (1)
36
bitmap.
Save
(fullPath, ImageFormat.Png);