GetWordWrapStringIndex Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Gets index of wordwrap string for given char position

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public int GetWordWrapStringIndex(
	int iChar
)
Visual Basic
Public Function GetWordWrapStringIndex ( _
	iChar As Integer _
) As Integer
Visual C++
public:
int GetWordWrapStringIndex(
	int iChar
)

Parameters

iChar
Type: System..::..Int32

See Also