Skip to content

$drawImage

Draws an image over the canvas.

Parameters

NameDescriptionEnforcedDefault Value
IDThe image ID.YesNone
XX coordinate to place the image to.YesNone
YY coordinate to place the image to.YesNone
WidthImage width.YesNone
HeightImage height.YesNone
RadiusImage corner radius.No0

Example

$drawImage[id;x;y;width;height;radius?]