Range Constructor (FastColoredTextBox, Int32, Int32, Int32, Int32) |
[This is preliminary documentation and is subject to change.]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public Range( FastColoredTextBox tb, int iStartChar, int iStartLine, int iEndChar, int iEndLine )
Public Sub New ( tb As FastColoredTextBox, iStartChar As Integer, iStartLine As Integer, iEndChar As Integer, iEndLine As Integer ) Dim tb As FastColoredTextBox Dim iStartChar As Integer Dim iStartLine As Integer Dim iEndChar As Integer Dim iEndLine As Integer Dim instance As New Range(tb, iStartChar, iStartLine, iEndChar, iEndLine)
Parameters
- tb
- Type: FastColoredTextBoxNSFastColoredTextBox
[Missing <param name="tb"/> documentation for "M:FastColoredTextBoxNS.Range.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.Int32,System.Int32,System.Int32,System.Int32)"]
- iStartChar
- Type: SystemInt32
[Missing <param name="iStartChar"/> documentation for "M:FastColoredTextBoxNS.Range.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.Int32,System.Int32,System.Int32,System.Int32)"]
- iStartLine
- Type: SystemInt32
[Missing <param name="iStartLine"/> documentation for "M:FastColoredTextBoxNS.Range.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.Int32,System.Int32,System.Int32,System.Int32)"]
- iEndChar
- Type: SystemInt32
[Missing <param name="iEndChar"/> documentation for "M:FastColoredTextBoxNS.Range.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.Int32,System.Int32,System.Int32,System.Int32)"]
- iEndLine
- Type: SystemInt32
[Missing <param name="iEndLine"/> documentation for "M:FastColoredTextBoxNS.Range.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.Int32,System.Int32,System.Int32,System.Int32)"]