Table of Contents

Method Draw

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

Draw(SKCanvas, SKPaint, float)

Draws the shape on the specified canvas.

public void Draw(SKCanvas canvas, SKPaint paint, float size)

Parameters

canvas SKCanvas

The canvas to draw on.

paint SKPaint

The paint to use for drawing.

size float

The size of the shape.