GeometryExtensionsToGeometry Method
Namespace: KGySoft.Drawing.WinUIAssembly: KGySoft.Drawing.WinUI (in KGySoft.Drawing.WinUI.dll) Version: 10.0.0-rc.1
public static Geometry ToGeometry(
this Path path
)
<ExtensionAttribute>
Public Shared Function ToGeometry (
path As Path
) As Geometry
public:
[ExtensionAttribute]
static Geometry^ ToGeometry(
Path^ path
)
[<ExtensionAttribute>]
static member ToGeometry :
path : Path -> Geometry
- path Path
- The Path instance to convert to a Geometry.
GeometryA
Geometry 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).