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

Method DrawImage

DuiLib/Core/UIControl.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool CControlUI::DrawImage(HDC hDC, LPCTSTR pStrImage, LPCTSTR pStrModify)
240{
241 return CRenderEngine::DrawImageString(hDC, m_pManager, m_rcItem, m_rcPaint, pStrImage, pStrModify);
242}
243
244const RECT& CControlUI::GetPos() const
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected