Edit

SKElement.OnPaintSurface(SKPaintSurfaceEventArgs) Method

Definition

Implement this to draw on the canvas.

protected virtual void OnPaintSurface(SkiaSharp.Views.Desktop.SKPaintSurfaceEventArgs e);

Parameters

e
SKPaintSurfaceEventArgs

The event arguments that contain the drawing surface and information.

Applies to