Edit

Share via


SKPaint Constructors

Definition

Overloads

Name Description
SKPaint()

Initializes a new instance of the SKPaint class with the default settings.

SKPaint(SKFont)
Obsolete.

Creates a new SKPaint with text settings initialized from the specified font.

SKPaint()

Initializes a new instance of the SKPaint class with the default settings.

public SKPaint();

Applies to

SKPaint(SKFont)

Caution

Use SKFont instead.

Creates a new SKPaint with text settings initialized from the specified font.

public SKPaint(SkiaSharp.SKFont font);
[System.Obsolete("Use SKFont instead.")]
public SKPaint(SkiaSharp.SKFont font);

Parameters

font
SKFont

The SKFont to initialize text settings from.

Attributes

Applies to