AutocompleteMenuNS.TextBoxWrapper.GetPositionFromCharIndex C# (CSharp) Method

GetPositionFromCharIndex() public method

public GetPositionFromCharIndex ( int pos ) : Point
pos int
return Point
        public virtual Point GetPositionFromCharIndex(int pos)
        {
            return (Point) getPositionFromCharIndex.Invoke(target, new object[] {pos});
        }