SKPathExtensions Class

Contains extension methods for the SKPath class.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
C#
public static class SKPathExtensions
Inheritance
Object    SKPathExtensions

Methods

ToPath Converts the specified SKPath to a Path object.
ToSKPath Converts the specified Path instance to an SKPath object.

See Also