T3000 CrossPlatform Documentation
FileTextSourceGetLineLength Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.FileTextSource.GetLineLength(System.Int32)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override int GetLineLength( int i )
Public Overrides Function GetLineLength ( i As Integer ) As Integer Dim instance As FileTextSource Dim i As Integer Dim returnValue As Integer returnValue = instance.GetLineLength(i)
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:FastColoredTextBoxNS.FileTextSource.GetLineLength(System.Int32)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:FastColoredTextBoxNS.FileTextSource.GetLineLength(System.Int32)"]
See Also