'Declaration Public Function New( _
ByVal dicomFileDICOM file.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile, _
ByVal dicomFrameFrame of DICOM file.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame _
)
public DicomFrameMetadata(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame dicomFrame
)
public: DicomFrameMetadata(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile* dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame* dicomFrame
)
public:
DicomFrameMetadata(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile^ dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame^ dicomFrame
)
Parameters
- dicomFile
- DICOM file.
- dicomFrame
- Frame of DICOM file.