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 _
    )
    'Usage
     
    
    Dim img As DicomImage
     
    Dim instance As New DicomImage(img)
    public DicomImage( 
       DicomImage img
    )
    public DicomImage( 
        img: DicomImage
    ); 
    public function DicomImage( 
       img : DicomImage
    );
    public: DicomImage( 
       DicomImage* img
    )
    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