changelogs/SkiaSharp.Views/1.68.0/SkiaSharp.Views.Tizen.md
Assembly Version Changed: 1.68.0.0 vs 1.60.0.0
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; }
Added methods:
public static SkiaSharp.SKSize ToSKSize (this ElmSharp.Size size);
public static SkiaSharp.SKSizeI ToSKSizeI (this ElmSharp.Size size);
public static ElmSharp.Size ToSize (this SkiaSharp.SKSize size);
public static ElmSharp.Size ToSize (this SkiaSharp.SKSizeI size);