'DeclarationPublic Sub CurrentToNoStretch( _ ByVal Viewer As DicomViewer _ )
public void CurrentToNoStretch( DicomViewer Viewer )
Parameters
- Viewer
- The viewer to associate the changes to.
'DeclarationPublic Sub CurrentToNoStretch( _ ByVal Viewer As DicomViewer _ )
public void CurrentToNoStretch( DicomViewer Viewer )
DicomImage image = new DicomImage("your_dicom_image.dcm); image.CurrentToNoStretch(Viewer); Viewer.Images.Add(image);