MCPcopy Create free account
hub / github.com/SOUI2/soui / TxClientToScreen

Method TxClientToScreen

SOUI/src/control/SRichEdit.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287BOOL STextHost::TxClientToScreen( LPPOINT lppt )
288{
289 return ::ClientToScreen(m_pRichEdit->GetContainer()->GetHostHwnd(),lppt);
290}
291
292BOOL STextHost::TxScreenToClient( LPPOINT lppt )
293{

Callers

nothing calls this directly

Calls 3

ClientToScreenFunction · 0.85
GetContainerMethod · 0.80
GetHostHwndMethod · 0.45

Tested by

no test coverage detected