DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / DicomImage Constructor / DicomImage Constructor(DicomImage)

The existing Image to create the new image from


In This Topic
    DicomImage Constructor(DicomImage)
    In This Topic
    Creates a new DicomImage from an existing DicomImage
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal img As DicomImage _
    )
    public DicomImage( 
       DicomImage img
    )

    Parameters

    img

    The existing Image to create the new image from

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also