Edit

SKPathBuilder Constructors

Definition

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()

Initializes a new, empty instance of the SKPathBuilder class.

public SKPathBuilder();

Applies to

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.

Applies to