changelogs/SkiaSharp.Views/3.0.0/SkiaSharp.Views.Android.md
Assembly Version Changed: 3.0.0.0 vs 2.88.0.0
Removed method:
[Obsolete]
protected virtual void OnDraw (SkiaSharp.SKSurface surface, SkiaSharp.SKImageInfo info);
Removed method:
[Obsolete]
public virtual void SetRenderer (SKGLSurfaceView.ISKRenderer renderer);
Removed method:
[Obsolete]
protected virtual void OnDrawFrame (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);
Removed method:
[Obsolete]
public virtual void SetRenderer (SKGLTextureView.ISKRenderer renderer);
Removed method:
[Obsolete]
protected virtual void OnDrawFrame (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);
Removed constructors:
[Obsolete]
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTargetDesc renderTarget);
[Obsolete]
public SKPaintGLSurfaceEventArgs (SkiaSharp.SKSurface surface, SkiaSharp.GRBackendRenderTarget renderTarget, SkiaSharp.GRSurfaceOrigin origin, SkiaSharp.SKColorType colorType, SkiaSharp.GRGlFramebufferInfo glInfo);
Removed property:
[Obsolete]
public SkiaSharp.GRBackendRenderTargetDesc RenderTarget { get; }