DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / Clear Method



In This Topic
    Clear Method (DicomViewer)
    In This Topic
    This removes all Images and Labels from this Viewer
    Syntax
    'Declaration
     
    Public Sub Clear() 
    'Usage
     
    Dim instance As DicomViewer
     
    instance.Clear()
    public void Clear()
    public:
    void Clear(); 
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also