Table of Contents

Method Interpolate

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Interpolate(float)

Returns an interpolated path at the specified position between the source and target paths. Calls Prepare() automatically if it has not been called.

public SKPath Interpolate(float t)

Parameters

t float

The interpolation position, where 0 returns the source path and 1 returns the target path.

Returns

SKPath

A new SKPath representing the interpolated shape.