drawImage

fun drawImage(uiElement: UIElement, image: ImgSrc, x: Float, y: Float): Boolean

Instruct the SDK to draw on the glasses a preloaded image

Return

true if the given information is valid

Parameters

uiElement

the UIKit.widgets.Image ui element (or a custom control)

image

the image information @see ImgSrc

x

the x location of the image (left)

y

the y location of the image (top)