21 lines
474 B
HTML
21 lines
474 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CreateImage [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function CreateImage(w, h, byref buffer) </h2></p>
|
|
<p>
|
|
Returns an image created from the buffer provided
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createimageex.html">CreateImageEx</a>
|
|
<a href="loadimage.html">LoadImage</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |