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






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() 
    'Usage
     
    
    Dim instance As DicomImage
     
    instance.Update()
    public void Update()
    public procedure Update(); 
    public function Update();
    public: void Update(); 
    public:
    void Update(); 
    Remarks
    Forces a refresh to re-draw the image onto screen.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also