Table of Contents

Method CreateStrokeAndFillPaint

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

CreateStrokeAndFillPaint(SKColor)

Creates SKPaint with StrokeAndFill style for the specified SKColor value.

public static SKPaint CreateStrokeAndFillPaint(SKColor color)

Parameters

color SKColor

Color for which SKPaint is created.

Returns

SKPaint