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