MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / SetWindowTransparent

Method SetWindowTransparent

src/pkgDm/Dm2Java.java:446–448  ·  view source on GitHub ↗

设置窗口的透明度 @param hwnd 指定的窗口句柄 @param trans 透明度取值(0-255) 越小透明度越大 0为完全透明(不可见) 255为完全显示(不透明) @return 0: 失败 1:成功

(int hwnd,int trans)

Source from the content-addressed store, hash-verified

444 * @return 0: 失败 1:成功
445 */
446 public int SetWindowTransparent(int hwnd,int trans){
447 return Dispatch.call(dm,"SetWindowTransparent",hwnd,trans).getInt();
448 }
449
450/////////////////////////////后台设置////////////////////////////////////
451

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected