
I'm trying to bring up a popup on the syntax editor control, and i need bring it up next to some specific text. I already know the TextPosition of the text, so can anyone tell me how i can get a Point from TextPostition?
var bounds = editor.ActiveView.TransformFromTextArea(editor.ActiveView.GetCharacterBounds(position));
Please log in to a validated account to post comments.