Adds an overlay to display over screenshot images and videos.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static void AddOverlay( Overlay overlay ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub AddOverlay ( _ overlay As Overlay _ ) |
Parameters
- overlay
- Type: Gallio.Common.Media..::.Overlay
The overlay to add.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if overlay is null. |
