'Declaration
Public Sub CurrentToNoStretch( _ ByVal Viewer As DicomViewer _ )
'Usage
Dim instance As DicomImage Dim Viewer As DicomViewer instance.CurrentToNoStretch(Viewer)
public void CurrentToNoStretch( DicomViewer Viewer )
public procedure CurrentToNoStretch( Viewer: DicomViewer );
public function CurrentToNoStretch( Viewer : DicomViewer );
public: void CurrentToNoStretch( DicomViewer* Viewer )
public: void CurrentToNoStretch( DicomViewer^ Viewer )
Parameters
- Viewer
- The viewer to associate the changes to.