Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview7_System.Drawing.Imaging.md « Microsoft.WindowsDesktop.App « preview7 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5765c44abf9aac7837e2d98ab77041bf2466f41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# System.Drawing.Imaging

``` diff
 namespace System.Drawing.Imaging {
     [NullableAttribute((byte)0)]
     [NullableContextAttribute((byte)1)]
     [TypeConverterAttribute(typeof(ImageFormatConverter))]
     public sealed class ImageFormat {
+        [SupportedOSPlatformAttribute("windows10.0.17763.0")]
+        public static ImageFormat Heif { get; }
+        [SupportedOSPlatformAttribute("windows10.0.17763.0")]
+        public static ImageFormat Webp { get; }
     }
 }
```