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

23 lines
627 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CloneCanvas [RCBasic Doc] </title>
</head>
<body>
<p><h2>function CloneCanvas(c_num, mode) </h2></p>
<p>
Returns a clone of a canvas. Clone canvases are mirrors of the original canvas so when you draw to one it will also be on the other. This is useful for a splitscreen 2d game.
</p>
<p>
Mode is a canvas render mode like the one passed to OpenCanvas()
</p>
<br><p>Related:
<a href="opencanvas.html">OpenCanvas</a>
</p>
<p>
</body>
</html>