21 lines
439 B
HTML
21 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CanvasIsVisible [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CanvasIsVisible(c_num) </h2></p>
|
|
<p>
|
|
Returns true if a canvas is shown in the Window
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setcanvasvisible.html">SetCanvasVisible</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |