Back to Skiasharp

API diff: SkiaSharp.Views.Desktop.dll

changelogs/SkiaSharp.Views/1.68.0/SkiaSharp.Views.Desktop.md

3.119.21.1 KB
Original Source

API diff: SkiaSharp.Views.Desktop.dll

SkiaSharp.Views.Desktop.dll

Assembly Version Changed: 1.68.0.0 vs 1.60.0.0

Namespace SkiaSharp.Views.Desktop

Type Changed: SkiaSharp.Views.Desktop.SKPaintGLSurfaceEventArgs

Obsoleted constructors:

diff
 [Obsolete ("Use SKPaintGLSurfaceEventArgs(SKSurface, GRBackendRenderTarget, SKColorType, GRSurfaceOrigin) instead.")]
 public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);

Added constructors:

csharp
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget);
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType);

Obsoleted properties:

diff
 [Obsolete ("Use BackendRenderTarget instead.")]
 public SkiaSharp.GRBackendRenderTargetDesc RenderTarget { get; }

Added properties:

csharp
public SkiaSharp.GRBackendRenderTarget BackendRenderTarget { get; }
public SkiaSharp.SKColorType ColorType { get; }
public SkiaSharp.GRSurfaceOrigin Origin { get; }