Adds an overlay to display over screenshot images and videos.

Namespace:  Gallio.Framework
Assembly:  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

ExceptionCondition
System..::.ArgumentNullExceptionThrown if overlay is null.

See Also