API diff: SkiaSharp.Views.UWP.dll
SkiaSharp.Views.UWP.dll
Assembly Version Changed: 1.68.0.0 vs 1.60.0.0
Namespace SkiaSharp.Views.UWP
Type Changed: SkiaSharp.Views.UWP.AngleSwapChainPanel
Removed properties:
public GlesBackingOption BackingOption { get; set; }
public GlesContext Context { get; set; }
public GlesDepthFormat DepthFormat { get; set; }
public GlesMultisampling Multisampling { get; set; }
public GlesStencilFormat StencilFormat { get; set; }
Modified properties:
public double ContentsScale { get; ---set;--- }
Type Changed: SkiaSharp.Views.UWP.SKPaintGLSurfaceEventArgs
Obsoleted constructors:
[Obsolete ("Use SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, SKColorType, GRSurfaceOrigin) instead.")]
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);
Added constructors:
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget);
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType);
Obsoleted properties:
[Obsolete ("Use BackendRenderTarget instead.")]
public SkiaSharp.GRBackendRenderTargetDesc RenderTarget { get; }
Added properties:
public SkiaSharp.GRBackendRenderTarget BackendRenderTarget { get; }
public SkiaSharp.SKColorType ColorType { get; }
public SkiaSharp.GRSurfaceOrigin Origin { get; }
Type Changed: SkiaSharp.Views.UWP.SKSwapChainPanel
Removed method:
protected override Windows.Foundation.Size ArrangeOverride (Windows.Foundation.Size finalSize);