SKPathExtensionsToPath Method
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
public static Path ToPath(
this SKPath path
)
<ExtensionAttribute>
Public Shared Function ToPath (
path As SKPath
) As Path
public:
[ExtensionAttribute]
static Path^ ToPath(
SKPath^ path
)
[<ExtensionAttribute>]
static member ToPath :
path : SKPath -> Path
- path SKPath
- The SKPath instance to convert to a Path.
PathA
Path object that represents the same geometric path as the specified
SKPath.In Visual Basic and C#, you can call this method as an instance method on any object of type
SKPath. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).