DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Update() Method



    Update() Method
    Causes the image to be updated
    Causes the image to be updated
    Syntax
    'Declaration
     
    Public Sub Update() 
     
    'Usage
     
    Dim instance As DicomImage
     
    instance.Update()
    Remarks
    Forces a refresh to re-draw the image onto screen.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also