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

Method GetScreenWidth

src/pkgDm/Dm2Java.java:2538–2540  ·  view source on GitHub ↗

获取屏幕的宽度. @return 返回屏幕的宽度

()

Source from the content-addressed store, hash-verified

2536 * @return 返回屏幕的宽度
2537 */
2538 public int GetScreenWidth(){
2539 return Dispatch.call(dm,"GetScreenWidth").getInt();
2540 }
2541
2542 /**
2543 * 获取当前系统从开机到现在所经历过的时间,单位是毫秒

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected