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

GetCharFromPosition() public method

Retrieves the character that is closest to the specified location within the control.
public GetCharFromPosition ( Point pt ) : int
pt Point The location from which to seek the nearest character.
return int
        public int GetCharFromPosition(Point pt)
        {
            return _richTextBox.GetCharFromPosition(pt);
        }