Table of Contents

Method Draw

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Draw(Action<SKCanvas, int, int>, Color?)

Helper method which allows to draw on SKCanvas.

public virtual void Draw(Action<SKCanvas, int, int> action, Color? backgroundColor = null)

Parameters

action Action<SKCanvas, int, int>

Draw action with SKCanvas and size parameters.

backgroundColor Color

Color to fill bacgkround. Optional.