Table of Contents

Method Prepare

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Prepare()

Preprocesses the source and target paths by normalizing them into point arrays with matching point counts. This is called automatically by Interpolate(float) if not called explicitly.

public void Prepare()

Exceptions

ArgumentException

The paths cannot be normalized (e.g., they have fewer than 3 points).