'Declaration Public Function New( _
ByVal sourceImageThe source image.As Vintasoft.Imaging.VintasoftImage, _
ByVal sourceDicomFileThe source DICOM file.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile _
)
public DicomMprSliceMetadata(
Vintasoft.Imaging.VintasoftImage sourceImage,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile sourceDicomFile
)
public: DicomMprSliceMetadata(
Vintasoft.Imaging.VintasoftImage* sourceImage,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile* sourceDicomFile
)
public:
DicomMprSliceMetadata(
Vintasoft.Imaging.VintasoftImage^ sourceImage,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile^ sourceDicomFile
)
Parameters
- sourceImage
- The source image.
- sourceDicomFile
- The source DICOM file.