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






In This Topic
    DicomImage Constructor()
    In This Topic
    Creates a new DicomImage with an empty Dataset
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New DicomImage()
    public DicomImage()
    public DicomImage(); 
    public function DicomImage();
    public: DicomImage();
    public:
    DicomImage();

    Return Value

    Remarks
    A direct constructor of DicomImage object.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also