Table of Contents

Interface ISkiaLayer

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface ISkiaLayer : ISkiaControl, IDrawnBase, IDisposable, ICanBeUpdatedWithContext, ICanBeUpdated
Inherited Members
Extension Methods

Properties

HasValidSnapshot

Snapshot was taken

bool HasValidSnapshot { get; set; }

Property Value

bool

LayerPaintArgs

Cached layer image

SkiaDrawingContext LayerPaintArgs { get; set; }

Property Value

SkiaDrawingContext

Methods

DrawLayerImage(SkiaDrawingContext, SKRect, float)

void DrawLayerImage(SkiaDrawingContext context, SKRect destination, float scale)

Parameters

context SkiaDrawingContext
destination SKRect
scale float