GraphicsPathExtensionsToGraphicsPath Method
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 10.0.0-rc.1
public static GraphicsPath ToGraphicsPath(
this Path path
)
<ExtensionAttribute>
Public Shared Function ToGraphicsPath (
path As Path
) As GraphicsPath
public:
[ExtensionAttribute]
static GraphicsPath^ ToGraphicsPath(
Path^ path
)
[<ExtensionAttribute>]
static member ToGraphicsPath :
path : Path -> GraphicsPath
- path Path
- The Path instance to convert to a GraphicsPath.
GraphicsPathA
GraphicsPath 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).