Table of Contents

Method AbsolutePositionToTextPoint

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

AbsolutePositionToTextPoint(int)

Converts given absolute position to position as Point value.

public virtual Point AbsolutePositionToTextPoint(int position)

Parameters

position int

Specifies index of character if the text considered as a single string.

Returns

Point

Point value where Y-Coordinate represents index of line and X-Coordinate - index of character in this line.