GraphicsPathExtensionsToPath Method

Converts a GraphicsPath instance to a Path.

Definition

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

Parameters

path  GraphicsPath
The GraphicsPath instance to convert to a Path.

Return Value

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

Usage Note

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