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

Draw a graphic image from byte array.

Draw a graphic image byte array on the screen at the specified x and y location. 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.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_dispgaout.nxc.