'Declaration Public Overloads Sub ShowSliceInViewer( _
ByVal viewerThe image viewer, which should show the MPR slice.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal sliceThe MPR slice.As Vintasoft.Imaging.Dicom.Mpr.MprSlice, _
ByVal showSliceInBestFitA value indicating whether viewer must show MPR slice in the best fit mode.As Boolean _
)
public void ShowSliceInViewer(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.Dicom.Mpr.MprSlice slice,
bool showSliceInBestFit
)
public: void ShowSliceInViewer(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.Dicom.Mpr.MprSlice* slice,
bool showSliceInBestFit
)
public:
void ShowSliceInViewer(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.Dicom.Mpr.MprSlice^ slice,
bool showSliceInBestFit
)
Parameters
- viewer
- The image viewer, which should show the MPR slice.
- slice
- The MPR slice.
- showSliceInBestFit
- A value indicating whether viewer must show MPR slice in the best fit mode.