Interface ILinearTerminalRegion
Represents a linear terminal region.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface ILinearTerminalRegion : ITerminalRegion
Remarks
Represents a linear terminal region. A linear region is defined by an offset and a length. The offset is measured from the upper left corner of the terminal.
Properties
Offset
Gets the zero-based offset of the region.
Declaration
int Offset { get; }
Property Value
Type | Description |
---|---|
int | Offset of first character in the region |