#define GraphicOutEx ( _x,
_y,
_file,
_vars,
_options   )     __GraphicOutEx(_x,_y,_file,_vars,_options)

Draw a graphic image with parameters and drawing options.

Draw a graphic image file on the screen at the specified x and y location using an array of parameters. 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:
TDrawGraphic
Parameters:
_x The x value for the position of the graphic image.
_y The y value for the position of the graphic image.
_file The filename of the RIC graphic image.
_vars The byte array of parameters.
_options The drawing options.

Generated by  doxygen 1.6.2