draw_background_tiled_area(back,x,y,x1,y1,x2,y2)

From ENIGMA
Jump to navigation Jump to search

Description

Draws the background tiled in the area (x1,y1) to (x2,y2).

Parameters

Parameter Data Type Description
back integer
x double
y double
x1 double
y1 double
x2 double
y2 double

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.