Table of Contents

Method CreateFillPaint

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

CreateFillPaint(SKColor)

Creates SKPaint with Fill style for the specified SKColor value.

public static SKPaint CreateFillPaint(SKColor color)

Parameters

color SKColor

Color for which SKPaint is created.

Returns

SKPaint

CreateFillPaint(SKFont)

Creates SKPaint with Fill style for the specified SKFont value.

public static SKPaint CreateFillPaint(SKFont font)

Parameters

font SKFont

Font for which SKPaint is created.

Returns

SKPaint