4 instantiations of EncoderParameters
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\EncoderParametersTests.cs (4)
11
using EncoderParameters ep =
new
();
20
using EncoderParameters ep =
new
(count);
39
using EncoderParameters ep =
new
();
48
EncoderParameters ep =
new
()
11 references to EncoderParameters
System.Drawing (1)
System.Drawing.cs (1)
82
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
EncoderParameters
))]
System.Drawing.Common (5)
Special\NotSupported.cs (5)
786
public System.Drawing.Imaging.
EncoderParameters
? GetEncoderParameterList(System.Guid encoder) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
796
public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.
EncoderParameters
? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
799
public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.
EncoderParameters
? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
801
public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.
EncoderParameters
? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
802
public void SaveAdd(System.Drawing.Imaging.
EncoderParameters
? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (5)
System\Drawing\ImageTests.cs (1)
652
EncoderParameters
paramList = bitmap.GetEncoderParameterList(codec.Clsid);
System\Drawing\Imaging\EncoderParametersTests.cs (4)
11
using
EncoderParameters
ep = new();
20
using
EncoderParameters
ep = new(count);
39
using
EncoderParameters
ep = new();
48
EncoderParameters
ep = new()