SKPaint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes