An NDoc Documented Class Library

TerminalScreen.IsHighIntensity Method 

Determines if the character at the specified offset is high intensity.

public bool IsHighIntensity(
   int offset
);

Parameters

offset
0-based offset of character for which data is to be obtained.

Return Value

Flag indicating that this is an intense display character.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when an index argument value is out of range.

See Also

TerminalScreen Class | WRQ.Verastream.HostIntegrator Namespace