DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CurrentToNoStretch Method
The viewer to associate the changes to.






In This Topic
    CurrentToNoStretch Method
    In This Topic
    This method modifies the StretchMode, Zoom and Scroll properties such that the display output stays very similar while the display parameters have changed to suit the DicomObjects.Enums.StretchModes.NoStretch mode.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also