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

Method FreeImage

DuiLib/Core/UIRender.cpp:442–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void CRenderEngine::FreeImage(const TImageInfo* bitmap)
443{
444 if (bitmap->hBitmap) {
445 ::DeleteObject(bitmap->hBitmap) ;
446 }
447 delete bitmap ;
448}
449
450void CRenderEngine::DrawImage(HDC hDC, HBITMAP hBitmap, const RECT& rc, const RECT& rcPaint,
451 const RECT& rcBmpPart, const RECT& rcCorners, bool alphaChannel,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected