LineInfo.GetWordWrapStringIndex Method

T3000 CrossPlatform

LineInfoGetWordWrapStringIndex Method

[This is preliminary documentation and is subject to change.]

Gets index of wordwrap string for given char position

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int GetWordWrapStringIndex(
	int iChar
)
Public Function GetWordWrapStringIndex ( 
	iChar As Integer
) As Integer

Dim instance As LineInfo
Dim iChar As Integer
Dim returnValue As Integer

returnValue = instance.GetWordWrapStringIndex(iChar)

Parameters

iChar
Type: SystemInt32

[Missing <param name="iChar"/> documentation for "M:FastColoredTextBoxNS.LineInfo.GetWordWrapStringIndex(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:FastColoredTextBoxNS.LineInfo.GetWordWrapStringIndex(System.Int32)"]

See Also