CRichEditCtrl::PosFromChar
Visual Studio 2005
Retrieves the client area coordinates of a specified character in an edit control.
CPoint PosFromChar( UINT nChar ) const;
Parameters
- nChar
-
The zero-based index of the character.
For more information, see EM_POSFROMCHAR in the Platform SDK.
Reference
CRichEditCtrl ClassHierarchy Chart
CRichEditCtrl::GetCharPos