FastColoredTextBox.PointToPlace Method

T3000 CrossPlatform

FastColoredTextBoxPointToPlace Method

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

Gets nearest line and char position from coordinates

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Place PointToPlace(
	Point point
)
Public Function PointToPlace ( 
	point As Point
) As Place

Dim instance As FastColoredTextBox
Dim point As Point
Dim returnValue As Place

returnValue = instance.PointToPlace(point)

Parameters

point
Type: System.DrawingPoint
Point

Return Value

Type: Place
Line and char position
See Also