//
//
//
//
//
//
//
//
//
//
软件Tags:
透明的文字系统结构:透明,BeginPath,EndPath,PathToRegion,GetWindowDC,SetWindowRgn,GetPixel,LineTo,MoveToEx,GetWindowRgn, ======窗口程序集1 || ||------透明 || ||------_编辑框1_内容被改变 || ||------_按钮2_被单击 || || ======调用的Dll || ||---[dll]------BeginPath || ||---[dll]------EndPath || ||---[dll]------PathToRegion || ||---[dll]------GetWindowDC || ||---[dll]------SetWindowRgn || ||---[dll]------GetPixel || ||---[dll]------LineTo || ||---[dll]------MoveToEx || ||---[dll]------GetWindowRgn 调用的DLL命令: .DLL命令BeginPath,整数型,,"BeginPath",,启动一个路径分支 .参数hdc,整数型,,欲在其中记录的设备场景 .DLL命令EndPath,整数型,,"EndPath",,停止定义一个路径 .参数hdc,整数型,,设备场景 .DLL命令PathToRegion,整数型,,"PathToRegion",,将当前选定的路径转换到一个区域里,返回新区域的句柄 .参数hdc,整数型,,包含了欲转换的路径的设备场景 .DLL命令GetWindowDC,整数型,,"GetWindowDC" .参数hWnd,整数型 .DLL命令SetWindowRgn,整数型,,"SetWindowRgn",,改变窗口的区域 .参数hWnd,整数型,,将设置其区域的窗口句柄 .参数hRgn,整数型,,将设置的区域的句柄 .参数bRedraw,逻辑型,,若为TRUE,则立即重画窗口 .DLL命令GetPixel,整数型,,"GetPixel" .参数hdc,整数型 .参数x,整数型 .参数y,整数型 .DLL命令LineTo,整数型,,"LineTo" .参数hdc,整数型 .参数x,整数型 .参数y,整数型 .DLL命令MoveToEx,整数型,,"MoveToEx" .参数hdc,整数型 .参数x,整数型 .参数y,整数型 .参数n,整数型 .DLL命令GetWindowRgn,整数型,,"GetWindowRgn" .参数hWnd,整数型 .参数hRgn,整数型,传址
