Updated docs
This commit is contained in:
23
doc/files/canvasz.html
Normal file
23
doc/files/canvasz.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CanvasZ [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function CanvasZ(c_num) </h2></p>
|
||||
<p>
|
||||
Returns 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>
|
||||
Reference in New Issue
Block a user