'Declaration Public Function SelectMprSourceData( _
ByVal imageSlicesThe image slices.As System.Collections.Generic.IEnumerable(Of MprDicomImagePlanarSlice) _
) As MprDicomImagePlanarSlice[]
public MprDicomImagePlanarSlice[] SelectMprSourceData(
System.Collections.Generic.IEnumerable<MprDicomImagePlanarSlice> imageSlices
)
public: MprDicomImagePlanarSlice*[] SelectMprSourceData(
System.Collections.Generic.IEnumerable<MprDicomImagePlanarSlice*>* imageSlices
)
public:
MprDicomImagePlanarSlice^[] SelectMprSourceData(
System.Collections.Generic.IEnumerable<MprDicomImagePlanarSlice^>^ imageSlices
)
Parameters
- imageSlices
- The image slices.
Return Value
Collection that contains source data for MPR image.