Table of Contents

Interface ISkiaDrawable

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface ISkiaDrawable : ISkiaSharpView, IDisposable
Inherited Members
Extension Methods

Properties

FPS

double FPS { get; }

Property Value

double

FrameTime

long FrameTime { get; }

Property Value

long

HasDrawn

bool HasDrawn { get; }

Property Value

bool

IsDrawing

bool IsDrawing { get; }

Property Value

bool

IsHardwareAccelerated

bool IsHardwareAccelerated { get; }

Property Value

bool

OnDraw

Return true if need force invalidation on next frame

Func<SKSurface, SKRect, bool> OnDraw { get; set; }

Property Value

Func<SKSurface, SKRect, bool>

Surface

SKSurface Surface { get; }

Property Value

SKSurface

Uid

Guid Uid { get; }

Property Value

Guid