TextWidget::GetFirstRenderLine
Defined in:
Returns the index of the first line rendered in a text box.
C4Widgets.h
Prototype
int32 GetFirstRenderLine(void) const;
Description
The GetFirstRenderLine
function returns the index of the first line rendered in a text box. See the TextWidget::SetRenderLineCount
function for a discussion of rendering a limited number of lines.
See Also
TextWidget::SetFirstRenderLine
TextWidget::GetRenderLineCount