Table of Contents

Property OnPaintSurface

Namespace
SkiaSharp.Extended.UI.Blazor.Controls
Assembly
SkiaSharp.Extended.UI.Blazor.dll

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; }

Property Value

Action<SKPaintSurfaceEventArgs>