DicomObjects.NET.V8
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:
    void Update(); 
    Remarks
    Forces a refresh to re-draw the image onto screen.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also