Place Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the Place class

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

Syntax

C#
public Place(
	int iChar,
	int iLine
)
Visual Basic
Public Sub New ( _
	iChar As Integer, _
	iLine As Integer _
)
Visual C++
public:
Place(
	int iChar, 
	int iLine
)

Parameters

iChar
Type: System..::..Int32
iLine
Type: System..::..Int32

See Also