GraphicsPathExtensionsToPath Method
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 10.0.0-rc.1
public static Path ToPath(
this GraphicsPath path
)
<ExtensionAttribute>
Public Shared Function ToPath (
path As GraphicsPath
) As Path
public:
[ExtensionAttribute]
static Path^ ToPath(
GraphicsPath^ path
)
[<ExtensionAttribute>]
static member ToPath :
path : GraphicsPath -> Path
- path GraphicsPath
- The GraphicsPath instance to convert to a Path.
PathA
Path instance that represents the same geometry as the specified
GraphicsPath.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).