DicomObjects.NET.V8
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();

    Return Value

    Remarks
    A direct constructor of DicomImage object.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also