BrokenLines

Show declaration
class BrokenLines : Object clearScope;

A container representing an array of lines of text that have been broken up to fit the screen and clipping region.

Instance Methods

int Count()

Returns the amount of lines in this container.

string StringAt(int line)

Returns the text of line line.

int StringWidth(int line)

Returns the width in pixels of line line.

Overview of instance methods

Count, StringAt, StringWidth