Back to Skiasharp

API diff: SkiaSharp.Views.UWP.dll

changelogs/SkiaSharp.Views.Uno/2.80.3/SkiaSharp.Views.UWP.md

3.119.2779 B
Original Source

API diff: SkiaSharp.Views.UWP.dll

SkiaSharp.Views.UWP.dll

Namespace SkiaSharp.Views.UWP

Type Changed: SkiaSharp.Views.UWP.GlobalStaticResources

Obsoleted methods:

diff
 [Obsolete ("This method is provided for binary backward compatibility. It will always return null.")]
 public static object FindResource (string name);

Added methods:

csharp
public static void RegisterDefaultStyles ();
public static void RegisterResourceDictionariesBySource ();

Type Changed: SkiaSharp.Views.UWP.SKSwapChainPanel

Added property:

csharp
public static bool RaiseOnUnsupported { get; set; }

Type Changed: SkiaSharp.Views.UWP.SKXamlCanvas

Modified base type:

diff
-Windows.UI.Xaml.FrameworkElement
+Windows.UI.Xaml.Controls.Canvas