'Declaration Public Function GetDicomMprToolAssociatedWithImageViewer( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer _
) As Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprTool
public Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprTool GetDicomMprToolAssociatedWithImageViewer(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer
)
public: Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprTool* GetDicomMprToolAssociatedWithImageViewer(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer
)
public:
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprTool^ GetDicomMprToolAssociatedWithImageViewer(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer
)
Parameters
- viewer
- The image viewer.
Return Value
The WpfDicomMprTool, which is associated with the image viewer, if tool is found; otherwise, null.