-
Notifications
You must be signed in to change notification settings - Fork 10
Dom.GetImage
boxgaming edited this page Sep 25, 2023
·
2 revisions
Returns the html canvas element associated with a QB image.
This would include images created with a QB64 image keyword (i.e. _NewImage, _CopyImage) as well as the main screen image (0).
domElement = Dom.GetImage (imageId&)
- The imageId& parameter indicates the id of the QB image.
The main screen canvas can be retrieved by passing a 0 in as the value for this parameter.
Dom.Add Dom.Container Dom.Create Dom.Event Dom.Get Dom.Remove