GetCharacterAttributes Method (RumbaScreen)

Class

RumbaScreen.

Action

Gets the character attributes for length-number of characters starting at the given position.

Syntax

characterAttributes = screen.GetCharacterAttributes(position, length)
Variable Description
characterAttributes List(Of RumbaCharacterAttribute).
position The position where the retrieval should start. TextPosition.
length The amount of characters whose attributes should be returned. Integer.