SKPathExtensionsToSKPath Method
Converts the specified
Path instance to an
SKPath object.
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0-rc.1
public static SKPath ToSKPath(
this Path path
)
<ExtensionAttribute>
Public Shared Function ToSKPath (
path As Path
) As SKPath
public:
[ExtensionAttribute]
static SKPath^ ToSKPath(
Path^ path
)
[<ExtensionAttribute>]
static member ToSKPath :
path : Path -> SKPath
- path Path
- The Path instance to convert to an SKPath.
SKPathAn
SKPath instance that represents the same geometry as the specified
Path.In Visual Basic and C#, you can call this method as an instance method on any object of type
Path. 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).