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

23 lines
509 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetCanvasZ [RCBasic Doc] </title>
</head>
<body>
<p><h2>function GetCanvasZ(c_num) </h2></p>
<p>
Returns the Canvas Z Order.
</p>
<p>
Note: Canvases with a lower Z order are drawn first and those with higher values will be drawn on top
</p>
<br><p>Related:
<a href="setcanvasz.html">SetCanvasZ</a>
</p>
<p>
</body>
</html>