PointToPlace Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Gets nearest line and char position from coordinates

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

Syntax

C#
public Place PointToPlace(
	Point point
)
Visual Basic
Public Function PointToPlace ( _
	point As Point _
) As Place
Visual C++
public:
Place PointToPlace(
	Point point
)

Parameters

point
Type: System.Drawing..::..Point
Point

Return Value

Line and char position

See Also