RangeRect Constructor

T3000 CrossPlatform

RangeRect Constructor

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

Initializes a new instance of the RangeRect class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public RangeRect(
	int iStartLine,
	int iStartChar,
	int iEndLine,
	int iEndChar
)
Public Sub New ( 
	iStartLine As Integer,
	iStartChar As Integer,
	iEndLine As Integer,
	iEndChar As Integer
)

Dim iStartLine As Integer
Dim iStartChar As Integer
Dim iEndLine As Integer
Dim iEndChar As Integer

Dim instance As New RangeRect(iStartLine, 
	iStartChar, iEndLine, iEndChar)

Parameters

iStartLine
Type: SystemInt32

[Missing <param name="iStartLine"/> documentation for "M:FastColoredTextBoxNS.RangeRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

iStartChar
Type: SystemInt32

[Missing <param name="iStartChar"/> documentation for "M:FastColoredTextBoxNS.RangeRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

iEndLine
Type: SystemInt32

[Missing <param name="iEndLine"/> documentation for "M:FastColoredTextBoxNS.RangeRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

iEndChar
Type: SystemInt32

[Missing <param name="iEndChar"/> documentation for "M:FastColoredTextBoxNS.RangeRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also