SKDrawable.OnDraw(SKCanvas) Method

Definition

Implemented by derived SKDrawable types to draw the drawable to the canvas.

protected virtual void OnDraw (SkiaSharp.SKCanvas canvas);

Parameters

canvas
SKCanvas

The canvas to draw on.

Remarks

If the generation ID is the same, then the resulting image must be the same.

Applies to