Interface IDeepCloneable
An interface for objects that can be cloned. This creates a deep copy of the object.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IDeepCloneableMethods
| Improve this Doc View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
IDeepCloneable DeepClone()Returns
| Type | Description | 
|---|---|
| IDeepCloneable | The IDeepCloneable. |