Files
RCBASIC4/doc/files/getdesktopdisplaymode.html
2024-12-14 15:28:03 -05:00

28 lines
678 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetDesktopDisplayMode [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub GetDesktopDisplayMode(index, ByRef w, ByRef h, ByRef freq) </h2></p>
<p>
Gets the resolution and refresh rate of a display
</p>
<ul>
<li>
index - The display index (ie. if you have 3 displays then index could be 0, 1, or 2)
</li>
<li>
w, h - The width and height of the display will be stored in these variables
</li>
<li>
freq - The refresh rate will be stored in this variable
</li>
</ul>
<p>
</body>
</html>