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