DrawImageRectangle(x1, y1, x2, y2, image)The function draws an image stretched to a rectangle defined by coordinates (x1, y1) and (x2, y2). Example:
$Pony = #"pony.png" DrawImageRectangle(100, 100, 200, 200, $Pony)This is how result would look like (red coordinates are just for reference):

See also: