'Declaration
Function GetCharacterAttributes( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CharacterAttributes
'Usage
Dim instance As IScreen Dim row As Integer Dim column As Integer Dim value As CharacterAttributes value = instance.GetCharacterAttributes(row, column)
CharacterAttributes GetCharacterAttributes( int row, int column )
Parameters
- row
- screen row position
- column
- screen column position
Return Value
Attribute information for the specified position. May specify multiple attributes.