Method GetPositionFromPos
GetPositionFromPos(SourceText, int)
When implemented by a class, converts given pos into Point
coordinate.
Point GetPositionFromPos(SourceText text, int pos)
Parameters
text
SourceTextSourceText
to process.pos
intAbsolute position to convert.
Returns
- Point
Point
coordinate.