







|
| FastColoredTextBox |
| FastColoredTextBox..::..PlaceToPoint Method |
| FastColoredTextBox Class See Also Send Feedback |
Gets point for given line and char position
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public Point PlaceToPoint( Place place ) |
| Visual Basic |
|---|
Public Function PlaceToPoint ( _ place As Place _ ) As Point |
| Visual C++ |
|---|
public: Point PlaceToPoint( Place place ) |
Parameters
- place
- Type: FastColoredTextBoxNS..::..Place
Line and char position
