搜索:CRect
找到约 9 项符合「CRect」的查询结果
结果 9
按分类筛选
https://www.eeworm.com/dl/639/192508.html
文件格式
文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetT
文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ...
https://www.eeworm.com/dl/652/251793.html
文章/文档
坐标映射 Coping、CSize和CRect 颜色和颜色对话框 图形设备接口 画 笔 画 刷 绘 图 示 例 字体和字体对话框 常用文本输出函数 文本格式化属性 计算字符的几何尺寸 文档内容显
坐标映射 Coping、CSize和CRect 颜色和颜色对话框 图形设备接口 画 笔 画 刷 绘 图 示 例 字体和字体对话框 常用文本输出函数 文本格式化属性 计算字符的几何尺寸 文档内容显示及其字体 改变 使用图形编辑器 位 图 图标 光 标 打印与打印预览机制 打印与打印预览的设计 完整的示例 ...
https://www.eeworm.com/dl/674/282493.html
Windows CE
EVC 实现GetPrivateProfileString的功能
EVC 实现GetPrivateProfileString的功能,并且可以转换成CRect、CSize、COLORREF等类型
https://www.eeworm.com/dl/521/13992.html
多媒体处理
DVR-MPEG4编码播放器
·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
https://www.eeworm.com/dl/884023.html
技术资料
DVR-MPEG4编码播放器
·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
https://www.eeworm.com/dl/689/219245.html
SQL Server
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText M
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSyst ...
https://www.eeworm.com/dl/cadence/ebook/240219.html
电子书籍
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu En ...
https://www.eeworm.com/dl/686/325759.html
VC书籍
VC之改变控件的大小和位置 用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。 void MoveWindow(int x,int y,int
VC之改变控件的大小和位置
用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。
void MoveWindow(int x,int y,int nWidth,int nHeight)
void MoveWindow(LPCRECT lpRect)
第一种用法需给出控件新的坐标和宽度、高度;
第二种用法给出存放位置的CRect对象;
例: ...
https://www.eeworm.com/dl/503/37352.html
C/C++语言编程
VC代码收集
一、改变视图背景色:     在CView的OnDraw函数中添写如下一段程序代码:     void CFileNameView::OnDraw(CDC* pDC)     {  CFileNameDoc* pDoc = GetDocument();  ASSERT_VALID(pDoc);  CRect rectClient;  CBrush brushBkColor; ...