addObjectImage
Displays an image on the pad. The image can optionally be made clickable in which case click events are generated when the image is tapped with the pen.
Parameter | Description |
---|---|
id | Supports the same reserved Ids as button objects. See AddObject(ObjectButton) above. |
x, y | Position of the top left corner of the object on the pad display.
|
image | Image to display. |
options | Optional object with the image dimensions. |
Return values |
---|
The added Object if success or null if there is some error. |