Property OnPaintSurface
OnPaintSurface
Callback invoked each time the canvas needs to be redrawn. Subscribe here to render your content onto the SKCanvas.
[Parameter]
public Action<SKPaintSurfaceEventArgs>? OnPaintSurface { get; set; }
Callback invoked each time the canvas needs to be redrawn. Subscribe here to render your content onto the SKCanvas.
[Parameter]
public Action<SKPaintSurfaceEventArgs>? OnPaintSurface { get; set; }