Verastream Host Integrator .Net Reference

TerminalScreen.IsHighIntensity Method 

This method supports the Verastream .NET API framework and is not intended to be used directly in your code.

[Visual Basic]
Public Function IsHighIntensity( _
   ByVal offset As Integer _
) As Boolean
[C#]
public bool IsHighIntensity(
   int offset
);

Parameters

offset
See Remarks.

Return Value

See Remarks.

Remarks

This method supports the Verastream .NET API framework and is not intended to be used directly in your code.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThrown when the index argument value is out of range.

See Also

TerminalScreen Class | TerminalScreen Members | WRQ.Verastream.HostIntegrator Namespace