NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char GraphicArrayOutEx ( int  x,
int  y,
byte  data[],
byte  vars[],
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw a graphic image from byte array with parameters.

Draw a graphic image byte array on the screen at the specified x and y location using an array of parameters. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group. If the file cannot be found then nothing will be drawn and no errors will be reported.

See Also
SysDrawGraphicArray, DrawGraphicArrayType
Parameters
xThe x value for the position of the graphic image.
yThe y value for the position of the graphic image.
dataThe byte array of the RIC graphic image.
varsThe byte array of parameters.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_dispgaoutex.nxc.