| 237 | } |
| 238 | |
| 239 | bool CControlUI::DrawImage(HDC hDC, LPCTSTR pStrImage, LPCTSTR pStrModify) |
| 240 | { |
| 241 | return CRenderEngine::DrawImageString(hDC, m_pManager, m_rcItem, m_rcPaint, pStrImage, pStrModify); |
| 242 | } |
| 243 | |
| 244 | const RECT& CControlUI::GetPos() const |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected