Edit

Share via


SKCanvasView.PaintSurface Event

Definition

Occurs when the surface needs to be painted.

public event EventHandler<SkiaSharp.Views.Maui.SKPaintSurfaceEventArgs>? PaintSurface;

Event Type

Remarks

Subscribe to this event to draw custom graphics using the SKCanvas provided in the SKPaintSurfaceEventArgs.

Applies to