Paints the overlay.
Namespace:
Gallio.Common.MediaAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public void Paint( OverlayPaintRequest request ) |
| Visual Basic (Declaration) |
|---|
Public Sub Paint ( _ request As OverlayPaintRequest _ ) |
Parameters
- request
- Type: Gallio.Common.Media..::.OverlayPaintRequest
The paint request.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if request is null. |
