Interface ISkiaLayer
public interface ISkiaLayer : ISkiaControl, IDrawnBase, IDisposable, ICanBeUpdatedWithContext, ICanBeUpdated
- Inherited Members
- Extension Methods
Properties
HasValidSnapshot
Snapshot was taken
bool HasValidSnapshot { get; set; }
Property Value
LayerPaintArgs
Cached layer image
SkiaDrawingContext LayerPaintArgs { get; set; }
Property Value
Methods
DrawLayerImage(SkiaDrawingContext, SKRect, float)
void DrawLayerImage(SkiaDrawingContext context, SKRect destination, float scale)
Parameters
contextSkiaDrawingContextdestinationSKRectscalefloat