Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetScreenHeight
Method
GetScreenHeight
src/pkgDm/Dm2Java.java:2530–2532 ·
view source on GitHub ↗
获取屏幕的高度. @return 返回屏幕的高度
()
Source
from the content-addressed store, hash-verified
2528
* @
return
返回屏幕的高度
2529
*/
2530
public
int
GetScreenHeight(){
2531
return
Dispatch.call(dm,
"GetScreenHeight"
).getInt();
2532
}
2533
2534
/**
2535
* 获取屏幕的宽度.
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected