TextSource.GetLineLength Method

T3000 CrossPlatform

TextSourceGetLineLength Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.GetLineLength(System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual int GetLineLength(
	int i
)
Public Overridable Function GetLineLength ( 
	i As Integer
) As Integer

Dim instance As TextSource
Dim i As Integer
Dim returnValue As Integer

returnValue = instance.GetLineLength(i)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:FastColoredTextBoxNS.TextSource.GetLineLength(System.Int32)"]

Return Value

Type: Int32

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

See Also