ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.GetPositionFromCharIndex C# (CSharp) 메소드

GetPositionFromCharIndex() 공개 메소드

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.
리턴 Point
        public Point GetPositionFromCharIndex(int index)
        {
            return _richTextBox.GetPositionFromCharIndex(index);
        }