Table of Contents

Method OnPaint

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnPaint(AbstractControl, PaintEventArgs)

Paints the overlay on the specified control.

public virtual void OnPaint(AbstractControl control, PaintEventArgs e)

Parameters

control AbstractControl

The control to paint the overlay on.

e PaintEventArgs

The paint event arguments.