Method Interpolate
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
tfloatThe interpolation position, where 0 returns the source path and 1 returns the target path.