Skip to content

TapeScreenshotCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares a screenshot instruction without creating a file.

csharp
public sealed record TapeScreenshotCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeScreenshotCommand>

Inheritance

ObjectTapeCommandTapeScreenshotCommand

Implements

Constructors

TapeScreenshotCommand(string, TapeSourceSpan)

Declares a screenshot instruction without creating a file.

Parameters:

csharp
public TapeScreenshotCommand(string Path, TapeSourceSpan Span)

Properties

Path

The PNG file path.

Returns: String

csharp
public string Path { get; init; }

Released under the MIT License.