DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Clone Method / Clone() Method






    Clone() Method
    Returns a Shallow copy of the DicomImage
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function Clone() As System.Object
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Object
     
    value = instance.Clone()

    Return Value

    Remarks
    Equivalent to Clone(False)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also