T3000 CrossPlatform Documentation
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: PlaceLine and char position
See Also