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
Object → TapeCommand → TapeScreenshotCommand
Implements
Constructors
TapeScreenshotCommand(string, TapeSourceSpan)
Declares a screenshot instruction without creating a file.
Parameters:
Path(String): The PNG file path.Span(TapeSourceSpan): The instruction's source range.
csharp
public TapeScreenshotCommand(string Path, TapeSourceSpan Span)Properties
Path
The PNG file path.
Returns: String
csharp
public string Path { get; init; }