T3000 CrossPlatform Documentation
FastColoredTextBoxPositionToPoint Method |
[This is preliminary documentation and is subject to change.]
Gets absolute char position from char position
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Point PositionToPoint( int pos )
Public Function PositionToPoint ( pos As Integer ) As Point Dim instance As FastColoredTextBox Dim pos As Integer Dim returnValue As Point returnValue = instance.PositionToPoint(pos)
Parameters
- pos
- Type: SystemInt32
[Missing <param name="pos"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.PositionToPoint(System.Int32)"]
Return Value
Type: Point[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.PositionToPoint(System.Int32)"]
See Also