Edit

SKPathBuilder.Detach Method

Definition

Returns the built path and resets this builder to an empty state.

public SkiaSharp.SKPath Detach();

Returns

The SKPath built so far. The builder is reset to an empty state after the call.

Applies to