PlaceToPoint Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
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

Return Value

Coordiantes

See Also