21 lines
453 B
HTML
21 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CanvasClip [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CanvasClip(x, y, w, h) </h2></p>
|
|
<p>
|
|
Returns an image id with a selected portion of the active drawing canvas saved
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="windowclip.html">WindowClip</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |