SKGLSurfaceView.ISKRenderer Interface

Definition

Caution

Use SKGLSurfaceView.PaintSurface instead.

A generic SkiaSharp renderer interface.

C#
public interface SKGLSurfaceView.ISKRenderer
C#
[System.Obsolete("Use SKGLSurfaceView.PaintSurface instead.")]
public interface SKGLSurfaceView.ISKRenderer
Attributes

Remarks

There are two ways to draw on this surface: by overriding the OnPaintSurface(SKPaintGLSurfaceEventArgs) method, or by attaching a handler to the PaintSurface event.

Bilješka

If SkiaSharp version v1.68.x or greater is being used, then events are used instead of renderers. See PaintSurface.

Methods

OnDrawFrame(SKSurface, GRBackendRenderTargetDesc)

Called to draw the current frame.

Applies to

Proizvod Verzije (Zastarjelo)
SkiaSharp Views 1.60.x (1.68.x, 2.80.x, 2.88.x)