DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / OnPaintBackground Method
PaintEventArgs defining area to be painted






In This Topic
    OnPaintBackground Method (DicomViewer)
    In This Topic
    Standard override of System.Windows.Forms.Control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnPaintBackground( _
       ByVal pevent As System.Windows.Forms.PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim pevent As System.Windows.Forms.PaintEventArgs
     
    instance.OnPaintBackground(pevent)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs pevent
    )
    protected procedure OnPaintBackground( 
        pevent: System.Windows.Forms.PaintEventArgs
    ); override; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected override function OnPaintBackground( 
       pevent : System.Windows.Forms.PaintEventArgs
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs* pevent
    ) override 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs^ pevent
    ) override 

    Parameters

    pevent
    PaintEventArgs defining area to be painted
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also