Skip to content

UITextInput.FindWordBoundaryForward(int) Method

Definition

Namespace: Brine2D.UI

Returns the index just past the end of the next word \(or Text\.Length if already at the end\). Skips whitespace, then skips the following word.

C#
private int FindWordBoundaryForward(int from);

Parameters

from System.Int32

Returns

System.Int32