21 lines
512 B
HTML
21 lines
512 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetCanvasViewport [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub GetCanvasViewport(c_num, byref x, byref y, byref w, byref h) </h2></p>
|
|
<p>
|
|
Gets the position and size of a canvas viewport
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="opencanvas.html">OpenCanvas</a>
|
|
<a href="setcanvasviewport.html">SetCanvasViewport</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |