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

CreateStrokePaint(SKFont)

Creates SKPaint with Stroke style for the specified SKFont value.

public static SKPaint CreateStrokePaint(SKFont font)

Parameters

font SKFont

Font for which SKPaint is created.

Returns

SKPaint