SKPath.OpBuilder.Resolve(SKPath) Method

Definition

Computes the sum of all paths and operands, and resets the builder to its initial state.

public bool Resolve (SkiaSharp.SKPath result);

Parameters

result
SKPath

The product of the operands.

Returns

Returns true if the operation succeeded, otherwise false.

Applies to