#define GraphicArrayOutEx ( _x,
_y,
_data,
_vars,
_options   )     __GraphicArrayOutEx(_x,_y,_data,_vars,_options)

Draw a graphic image from byte array with parameters and drawing options.

Draw a graphic image byte array on the screen at the specified x and y location using an array of parameters and drawing options. 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:
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.
_vars The byte array of parameters.
_options The drawing options.

Generated by  doxygen 1.6.2