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

Method SetClientSize

src/pkgDm/Dm2Java.java:391–393  ·  view source on GitHub ↗

设置窗口客户区域的宽度和高度 @param hwnd 指定的窗口句柄 @param width 宽带 @param height 高度 @return 0: 失败 1:成功

(int hwnd,int width,int height)

Source from the content-addressed store, hash-verified

389 * @return 0: 失败 1:成功
390 */
391 public int SetClientSize(int hwnd,int width,int height){
392 return Dispatch.call(dm,"SetClientSize",hwnd,width,height).getInt();
393 }
394
395 /**
396 * 设置窗口的大小

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected