DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ShowUpdates Property



In This Topic
    ShowUpdates Property
    In This Topic
    Controls whether the images is updated when image display parameters change
    Syntax
    'Declaration
     
    Public Property ShowUpdates As Boolean
    'Usage
     
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.ShowUpdates = value
     
    value = instance.ShowUpdates
    public bool ShowUpdates {get; set;}
    public:
    property bool ShowUpdates {
       bool get();
       void set (    bool value);
    }
    Remarks
    Set this property false before making multiple changes to an image, e.Graphics. Zoom, Scroll and Windowing, then set true once changes are complete. This will ensure that only a single screen update occurs.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also