<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_BitmapSet |
Description
Set raw pixel data to canvas.
Syntax
Canvas_BitmapSet(pixelBuffer, width, height)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
pixelBuffer |
String |
No |
string full of BGR 4 byte aligned data |
Width |
Number |
No |
width of the passed bitmap |
Height |
Number |
No |
height of the passed bitmap |
Remarks
Restrictions
See also
Examples