GraphicsPath.AddPath
Contents
[
Hide
]AddPath(GraphicsPath)
Appends the specified GraphicsPath
to this path.
public void AddPath(GraphicsPath addingPath)
Parameter | Type | Description |
---|---|---|
addingPath | GraphicsPath | The GraphicsPath to add. |
See Also
- class GraphicsPath
- namespace Aspose.PSD
- assembly Aspose.PSD
AddPath(GraphicsPath, bool)
Appends the specified GraphicsPath
to this path.
public void AddPath(GraphicsPath addingPath, bool connect)
Parameter | Type | Description |
---|---|---|
addingPath | GraphicsPath | The GraphicsPath to add. |
connect | Boolean | A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path. |
See Also
- class GraphicsPath
- namespace Aspose.PSD
- assembly Aspose.PSD