GeometryExtensionsToPath Method

Converts a Geometry to a Path.

Definition

Namespace: KGySoft.Drawing.Wpf
Assembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 10.0.0-rc.1
C#
public static Path ToPath(
	this Geometry geometry
)

Parameters

geometry  Geometry
The Geometry instance to convert to a Path.

Return Value

Path
A Path instance that represents the same geometry as the specified Geometry.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Geometry. 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).

Exceptions

See Also