Paints the overlay.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected override void PaintImpl(
	OverlayPaintRequest request
)
Visual Basic (Declaration)
Protected Overrides Sub PaintImpl ( _
	request As OverlayPaintRequest _
)

Parameters

request
Type: Gallio.Common.Media..::.OverlayPaintRequest
The paint request, not null.

See Also