'Declaration Public Function New( _
ByVal dicomFrameThe DICOM frame.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame, _
ByVal decodingSettingsThe decoding settings of frame image.As Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings _
)
public MprDicomImagePlanarSlice(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame dicomFrame,
Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings decodingSettings
)
public: MprDicomImagePlanarSlice(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame* dicomFrame,
Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings* decodingSettings
)
public:
MprDicomImagePlanarSlice(
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame^ dicomFrame,
Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings^ decodingSettings
)
Parameters
- dicomFrame
- The DICOM frame.
- decodingSettings
- The decoding settings of frame image.