'Declaration
Public Overloads Overridable Function Clone( _ ByVal Deep As System.Boolean _ ) As System.Object
'Usage
Dim instance As DicomImage Dim Deep As System.Boolean Dim value As System.Object value = instance.Clone(Deep)
public virtual System.object Clone( System.bool Deep )
public function Clone( Deep: System.Boolean ): System.TObject; virtual;
public function Clone( Deep : System.boolean ) : System.Object;
public: virtual System.Object* Clone( System.bool Deep )
public: virtual System.Object^ Clone( System.bool Deep )
Parameters
- Deep
If true then returns a Deep copy of the DicomImage, otherwise returns a Shallow copy.