DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Invalidate Method / Invalidate(Rectangle) Method






In This Topic
    Invalidate(Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Invalidate( _
       ByVal rc As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim rc As System.Drawing.Rectangle
     
    instance.Invalidate(rc)
    public void Invalidate( 
       System.Drawing.Rectangle rc
    )
    public procedure Invalidate( 
        rc: System.Drawing.Rectangle
    ); 
    public function Invalidate( 
       rc : System.Drawing.Rectangle
    );
    public: void Invalidate( 
       System.Drawing.Rectangle rc
    ) 
    public:
    void Invalidate( 
       System.Drawing.Rectangle rc
    ) 

    Parameters

    rc
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also