Table of Contents

Interface ISkiaFrameProvider

Namespace
SimulationFramework.SkiaSharp
Assembly
SimulationFramework.SkiaSharp.dll
public interface ISkiaFrameProvider

Methods

GetCurrentFrame()

SKCanvas GetCurrentFrame()

Returns

SKCanvas

GetCurrentFrameSize(out int, out int)

void GetCurrentFrameSize(out int width, out int height)

Parameters

width int
height int

SetContext(GRContext)

void SetContext(GRContext context)

Parameters

context GRContext