ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.GetPositionFromCharIndex C# (CSharp) Method

GetPositionFromCharIndex() public method

Retrieves the location within the control at the specified character index.
public GetPositionFromCharIndex ( int index ) : Point
index int The index of the character for which to retrieve the location.
return Point
        public Point GetPositionFromCharIndex(int index)
        {
            return _richTextBox.GetPositionFromCharIndex(index);
        }