Canvas_BitmapSet_ByRef

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands >

Canvas_BitmapSet_ByRef

 

Description

 

Set raw pixel data to canvas passing a reference to a variable.

 

Syntax

 

Canvas_BitmapSet_ByRef(Variable, width, height)

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning

Variable

Variable

No

variable 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

 

Canvas_BitmapGet

Canvas_BitmapSet

Canvas_BitmapSet_ByPtr

 

Examples