ISKCanvasLayerDelegate.DrawInSurface(SKSurface, SKImageInfo) Method

Definition

Implement this to draw on the canvas.

public void DrawInSurface (SkiaSharp.SKSurface surface, SkiaSharp.SKImageInfo info);

Parameters

surface
SKSurface

The surface to draw on.

info
SKImageInfo

The information about the surface.

Applies to