Table of Contents

Interface IDeepCloneable

Namespace
SixLabors.ImageSharp
Assembly
SixLabors.ImageSharp.dll

An interface for objects that can be cloned. This creates a deep copy of the object.

public interface IDeepCloneable

Methods

DeepClone()

Creates a new object that is a deep copy of the current instance.

IDeepCloneable DeepClone()

Returns

IDeepCloneable

The IDeepCloneable.