4 instantiations of EncoderParameters
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\EncoderParametersTests.cs (4)
11using EncoderParameters ep = new(); 20using EncoderParameters ep = new(count); 39using EncoderParameters ep = new(); 48EncoderParameters 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)
786public System.Drawing.Imaging.EncoderParameters? GetEncoderParameterList(System.Guid encoder) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 796public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 799public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 801public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters? encoderParams) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 802public 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)
652EncoderParameters paramList = bitmap.GetEncoderParameterList(codec.Clsid);
System\Drawing\Imaging\EncoderParametersTests.cs (4)
11using EncoderParameters ep = new(); 20using EncoderParameters ep = new(count); 39using EncoderParameters ep = new(); 48EncoderParameters ep = new()