'Declaration Public Function New( _
ByVal sliceThe MPR slice.As Vintasoft.Imaging.Dicom.Mpr.MprSlice, _
ByVal sliceColorThe MPR slice color.As System.Windows.Media.Color, _
ByVal sliceLineWidthThe width of MPR slice line.As Double _
)
public WpfMprSliceVisualizer(
Vintasoft.Imaging.Dicom.Mpr.MprSlice slice,
System.Windows.Media.Color sliceColor,
double sliceLineWidth
)
public: WpfMprSliceVisualizer(
Vintasoft.Imaging.Dicom.Mpr.MprSlice* slice,
System.Windows.Media.Color* sliceColor,
double sliceLineWidth
)
public:
WpfMprSliceVisualizer(
Vintasoft.Imaging.Dicom.Mpr.MprSlice^ slice,
System.Windows.Media.Color^ sliceColor,
double sliceLineWidth
)
Parameters
- slice
- The MPR slice.
- sliceColor
- The MPR slice color.
- sliceLineWidth
- The width of MPR slice line.