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