Method Draw NamespaceSkiaSharp.Extended.UI.Controls AssemblySkiaSharp.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.