PositionToPlace Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Gets line and char position from absolute text position

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

Syntax

C#
public Place PositionToPlace(
	int pos
)
Visual Basic
Public Function PositionToPlace ( _
	pos As Integer _
) As Place
Visual C++
public:
Place PositionToPlace(
	int pos
)

Parameters

pos
Type: System..::..Int32

Return Value

See Also