Home
last modified time | relevance | path

Searched refs:DrawRectFrame (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DDrawCommon.h118 void DrawRectFrame(CRect rect, COLORREF color, int width, BYTE alpha = 255); //绘制一个矩形边框
H A DDrawCommon.cpp487 void CDrawCommon::DrawRectFrame(CRect rect, COLORREF color, int width, BYTE alpha /*= 255*/) in DrawRectFrame() function in CDrawCommon