'Declaration
Function GetCharacterForegroundColor( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ScreenColor
'Usage
Dim instance As IIbmScreen Dim row As Integer Dim column As Integer Dim value As ScreenColor value = instance.GetCharacterForegroundColor(row, column)
ScreenColor GetCharacterForegroundColor( int row, int column )
Parameters
- row
- The character row position.
- column
- The character column position.
Return Value
Foreground color of the character.