ISKCanvasViewController.OnPaintSurface(SKPaintSurfaceEventArgs) Method

Definition

The method that is invoked when the native SkiaSharp surface is being repainted.

public void OnPaintSurface (SkiaSharp.Views.Forms.SKPaintSurfaceEventArgs e);

Parameters

e
SKPaintSurfaceEventArgs

The event arguments that contain the drawing surface and information.

Applies to