Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetScreenDepth
Method
GetScreenDepth
src/pkgDm/Dm2Java.java:2522–2524 ·
view source on GitHub ↗
获取屏幕的色深. @return 返回系统颜色深度.(16或者32等)
()
Source
from the content-addressed store, hash-verified
2520
* @
return
返回系统颜色深度.(16或者32等)
2521
*/
2522
public
int
GetScreenDepth(){
2523
return
Dispatch.call(dm,
"GetScreenDepth"
).getInt();
2524
}
2525
2526
/**
2527
* 获取屏幕的高度.
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected