| GraphicsPathDeepClone Method |
Performs a deep clone of this graphics path.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic GraphicsPath DeepClone()
Public Function DeepClone As GraphicsPath
public:
GraphicsPath^ DeepClone()
member DeepClone : unit -> GraphicsPath
Return Value
Type:
GraphicsPathA deep clone of the graphics path.
See Also