Range Constructor (FastColoredTextBox, Int32, Int32, Int32, Int32)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Constructor

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Range(
	FastColoredTextBox tb,
	int iStartChar,
	int iStartLine,
	int iEndChar,
	int iEndLine
)
Visual Basic
Public Sub New ( _
	tb As FastColoredTextBox, _
	iStartChar As Integer, _
	iStartLine As Integer, _
	iEndChar As Integer, _
	iEndLine As Integer _
)
Visual C++
public:
Range(
	FastColoredTextBox^ tb, 
	int iStartChar, 
	int iStartLine, 
	int iEndChar, 
	int iEndLine
)

Parameters

tb
Type: FastColoredTextBoxNS..::..FastColoredTextBox
iStartChar
Type: System..::..Int32
iStartLine
Type: System..::..Int32
iEndChar
Type: System..::..Int32
iEndLine
Type: System..::..Int32

See Also