InvokePaint Method (DicomViewer)
In This Topic
Syntax
'Declaration
Protected Sub InvokePaint( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Windows.Forms.PaintEventArgs _
)
'Usage
Dim instance As DicomViewer
Dim c As System.Windows.Forms.Control
Dim e As System.Windows.Forms.PaintEventArgs
instance.InvokePaint(c, e)
protected void InvokePaint(
System.Windows.Forms.Control ,
System.Windows.Forms.PaintEventArgs
)
protected procedure InvokePaint(
: System.Windows.Forms.Control;
: System.Windows.Forms.PaintEventArgs
);
protected function InvokePaint(
: System.Windows.Forms.Control,
: System.Windows.Forms.PaintEventArgs
);
protected: void InvokePaint(
System.Windows.Forms.Control* ,
System.Windows.Forms.PaintEventArgs*
)
protected:
void InvokePaint(
System.Windows.Forms.Control^ ,
System.Windows.Forms.PaintEventArgs^
)
Parameters
- c
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also