DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Update() Method
Example

In This Topic
    Update() Method
    In This Topic
    Causes the image to be updated
    Causes the image to be updated
    Syntax
    'Declaration
     
    
    Public Sub Update() 
    public void Update()
    Remarks
    Forces a refresh to re-draw the image onto screen.
    Example
    // Current Image in the Viewer is re-drawn
    Viewer.CurrentImage.Update();
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also