术语 | CDC::DrawState | ||||||||||||||||||||||||||||||||||||||||||||||
释义 | CDC::DrawState BOOL DrawState(CPoint pt, CSize size, HBITMAP hBitmap, UINT nFlags, HBRUSH hBrush = NULL); BOOL DrawState(CPoint pt, CSize size, CBitmap* pBitmap, UINT nFlags, HBRUSH* hBrush = NULL); BOOL DrawState(CPoint pt, CSize size, HICON hIcon, UINT nFlags, HBRUSH hBrush = NULL); BOOL DrawState(CPoint pt, CSize size, HICON hIcon, UINT nFlags, CBrush* pBrush = NULL); BOOL DrawState(CPoint pt, CSize size, LPCTSTR lpszText, UNIT nFlags, BOOL bprefixText = TURE, int nTextLen = 0, HBRUSH hBrush = NULL); BOOL DrawState(CPoint pt, CSize size, LPCTSTR lpszText, UNIT nFlags, BOOL bPrefixText = TURE, int nTextLen = 0, CBrush* pBrush = NULL); BOOL DrawState(CPoint pt, CSize size, DRAWSTATEPROC lpDrawproc, LPARAM lData, UINT nFlags, HBRUSH hBrush = NULL); BOOL DrawState(CPoint pt, CSize size, DRAWSTATEPROC lpDrawproc, LPARAM lData, UINT nFlags, CBrush* pBrush = NULL); 返回值:如果成功,则返回非零值,否则为0。 参数:
说明: 调用该成员函数来显示图象,并将视觉效果表示状态,例如无效或缺省状态。 nFlags类型可以设置为以下值之一:
nFlag参数的状态可设置为以下值之一:
关于Windows API DrawState的更多信息,请参阅联机文档“Win32 SDK程序员参考”的::DrawState。 请参阅:::DrawState, ::DrawStateProc |
||||||||||||||||||||||||||||||||||||||||||||||
随便看 |
|
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。