窗口整容师
系统结构:设置透明区域,开始更新,结束更新,获取窗口部件大小,CreateEllipticRgn,CreateRoundRectRgn,CombineRgn,SetWindowRgn,CreateRectRgn,GetSystemMetrics,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======_接口程序集
| |
| |------ 设置透明区域
| |
| |------ 开始更新
| |
| |------ 结束更新
| |
| |------ 获取窗口部件大小
| |
| |
======调用的Dll
| |
| |---[dll]------ CreateEllipticRgn
| |
| |---[dll]------ CreateRoundRectRgn
| |
| |---[dll]------ CombineRgn
| |
| |---[dll]------ SetWindowRgn
| |
| |---[dll]------ CreateRectRgn
| |
| |---[dll]------ GetSystemMetrics
调用的DLL命令:
.DLL命令 CreateEllipticRgn, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型
.DLL命令 CreateRoundRectRgn, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型
.参数 nWidthEllipse, 整数型
.参数 nHeightEllipse, 整数型
.DLL命令 CombineRgn, 整数型
.参数 hrgnDest, 整数型
.参数 hrgnSrc1, 整数型
.参数 hrgnSrc2, 整数型
.参数 fnCombineMode, 整数型
.DLL命令 SetWindowRgn, 整数型
.参数 hWnd, 整数型
.参数 hRgn, 整数型
.参数 bRedraw, 逻辑型
.DLL命令 CreateRectRgn, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nButtomRect, 整数型
.DLL命令 GetSystemMetrics, 整数型
.参数 Index, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。