#define GraphicArrayOut ( _x,
_y,
_data   )     __GraphicArrayOutEx(_x,_y,_data,__GraphicOutEmptyVars,0)

Draw a graphic image from byte array.

Draw a graphic image byte array on the screen at the specified x and y location. If the file cannot be found then nothing will be drawn and no errors will be reported.

See also:
TDrawGraphicArray
Parameters:
_x The x value for the position of the graphic image.
_y The y value for the position of the graphic image.
_data The byte array of the RIC graphic image.

Generated by  doxygen 1.6.2