VirtualTerminalExtensions Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
Provides image saving methods for VirtualTerminal class.
Syntax
public static class VirtualTerminalExtensions
Inherited Members
Methods
Name | Description |
---|---|
Save(VirtualTerminal, Stream, TerminalImageFormat, TerminalCaptureOptions, TerminalFont) | Saves the content of the terminal screen to the specified stream in the specified image format with the specified options. |
Save(VirtualTerminal, Stream, TerminalImageFormat, TerminalFont) | Saves the content of the terminal screen to the specified stream in the specified image format. |
Save(VirtualTerminal, String, TerminalImageFormat, TerminalCaptureOptions, TerminalFont) | Saves the content of the terminal screen to the specified file in the specified image format with the specified options. |
Save(VirtualTerminal, String, TerminalImageFormat, TerminalFont) | Saves the content of the terminal screen to the specified file in the specified image format. |