DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / NotifyInvalidate Method






In This Topic
    NotifyInvalidate Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub NotifyInvalidate( _
       ByVal invalidatedArea As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim invalidatedArea As System.Drawing.Rectangle
     
    instance.NotifyInvalidate(invalidatedArea)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void NotifyInvalidate( 
       System.Drawing.Rectangle invalidatedArea
    )
    protected procedure NotifyInvalidate( 
        invalidatedArea: System.Drawing.Rectangle
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function NotifyInvalidate( 
       invalidatedArea : System.Drawing.Rectangle
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void NotifyInvalidate( 
       System.Drawing.Rectangle invalidatedArea
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void NotifyInvalidate( 
       System.Drawing.Rectangle invalidatedArea
    ) 

    Parameters

    invalidatedArea
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also