MCPcopy Create free account
hub / github.com/cinience/RedisStudio / PosFromChar

Method PosFromChar

DuiLib/Control/UIRichEdit.cpp:1590–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588}
1589
1590CPoint CRichEditUI::PosFromChar(UINT nChar) const
1591{
1592 POINTL pt;
1593 TxSendMessage(EM_POSFROMCHAR, (WPARAM)&pt, nChar, 0);
1594 return CPoint(pt.x, pt.y);
1595}
1596
1597int CRichEditUI::CharFromPos(CPoint pt) const
1598{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected