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 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
)
protected procedure OnPaintBackground(
: System.Windows.Forms.PaintEventArgs
); override;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected override function OnPaintBackground(
: System.Windows.Forms.PaintEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void OnPaintBackground(
System.Windows.Forms.PaintEventArgs*
) override
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void OnPaintBackground(
System.Windows.Forms.PaintEventArgs^
) override
Parameters
- pevent
- PaintEventArgs defining area to be painted
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also