ICanvasPathFactory.Create
Create()
Creates a new empty path.
public IPath Create()
Return Value
The created IPath
.
See Also
- interface IPath
- interface ICanvasPathFactory
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Create(IPath)
Creates a new path by copying an existing path.
public IPath Create(IPath path)
Parameter | Type | Description |
---|---|---|
path | IPath | The path to copy. |
Return Value
The created IPath
.
See Also
- interface IPath
- interface ICanvasPathFactory
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG