







Initializes a new instance of the RangeRect class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public RangeRect( int iStartLine, int iStartChar, int iEndLine, int iEndChar ) |
Visual Basic |
---|
Public Sub New ( _ iStartLine As Integer, _ iStartChar As Integer, _ iEndLine As Integer, _ iEndChar As Integer _ ) |
Visual C++ |
---|
public: RangeRect( int iStartLine, int iStartChar, int iEndLine, int iEndChar ) |
Parameters
- iStartLine
- Type: System..::..Int32
- iStartChar
- Type: System..::..Int32
- iEndLine
- Type: System..::..Int32
- iEndChar
- Type: System..::..Int32