T3000 CrossPlatform Documentation
FastColoredTextBoxPlaceToPoint Method |
[This is preliminary documentation and is subject to change.]
Gets point for given line and char position
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Point PlaceToPoint( Place place )
Public Function PlaceToPoint ( place As Place ) As Point Dim instance As FastColoredTextBox Dim place As Place Dim returnValue As Point returnValue = instance.PlaceToPoint(place)
Parameters
- place
- Type: FastColoredTextBoxNSPlace
Line and char position
Return Value
Type: PointCoordiantes
See Also