TextWidget::SetFirstRenderLine
Defined in:
Sets the index of the first line rendered in a text box.
C4Widgets.h
Prototype
void SetFirstRenderLine(int32 index);
Parameters
index |
The index of the first line to render. |
Description
The SetFirstRenderLine
function sets the index of the first line rendered in a text box. The default value is 0. See the TextWidget::SetRenderLineCount
function for a discussion of rendering a limited number of lines.
See Also
TextWidget::GetFirstRenderLine
TextWidget::GetRenderLineCount