Place Constructor

T3000 CrossPlatform

Place Constructor

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

Initializes a new instance of the Place class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Place(
	int iChar,
	int iLine
)
Public Sub New ( 
	iChar As Integer,
	iLine As Integer
)

Dim iChar As Integer
Dim iLine As Integer

Dim instance As New Place(iChar, iLine)

Parameters

iChar
Type: SystemInt32

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

iLine
Type: SystemInt32

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

See Also