TerminalScreen.GetColor Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

TerminalScreen.GetColor Method 

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

[Visual Basic]Public Function GetColor( _
   ByVal offset As Integer _
) As Color
[C#]
public Color GetColor(
   int offset
);

Parameters

offset
See Remarks.

Return Value

This method returns a constant from the Color enumeration.

Remarks

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

See Also

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