Minor
4.5
Available
The EncoderParameter.EncoderParameter(Encoder, Int32, Int32, Int32)
constructor is obsolete now and will introduce build warnings if used.
- Quirked
- Build-time break
Although the EncoderParameter.EncoderParameter(Encoder, Int32, Int32, Int32)
constructor will continue to work, the following constructor should be used instead to avoid the obsolete build warning when re-compiling code with .NET 4.5 tools: EncoderParameter.EncoderParameter(Encoder, Int32, EncoderParameterValueType, IntPtr).
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)
Windows Forms