Table of Contents

Interface ISkiaSharpView

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface ISkiaSharpView
Extension Methods

Properties

CanvasSize

SKSize CanvasSize { get; }

Property Value

SKSize

Methods

SignalFrame(long)

void SignalFrame(long nanoseconds)

Parameters

nanoseconds long

Update(long)

Safe InvalidateSurface() call. If nanos not specified will generate ittself

bool Update(long nanos = 0)

Parameters

nanos long

Returns

bool