SKPathBuilder 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 |
|---|---|
| SKPathBuilder() |
Initializes a new, empty instance of the SKPathBuilder class. |
| SKPathBuilder(SKPath) |
Initializes a new instance of the SKPathBuilder class with the contours of the specified path. |
SKPathBuilder()
SKPathBuilder(SKPath)
Initializes a new instance of the SKPathBuilder class with the contours of the specified path.
public SKPathBuilder(SkiaSharp.SKPath path);
Parameters
- path
- SKPath
The path whose contours are copied into this builder.