Table of Contents

Method CreateStrokePaint

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

CreateStrokePaint(SKColor)

Creates SKPaint with Stroke style for the specified SKColor value.

public static SKPaint CreateStrokePaint(SKColor color)

Parameters

color SKColor

Color for which SKPaint is created.

Returns

SKPaint