NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char GraphicOut ( int  x,
int  y,
string  filename,
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw a graphic image.

Draw a graphic image file 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
SysDrawGraphic, DrawGraphicType
Parameters
xThe x value for the position of the graphic image.
yThe y value for the position of the graphic image.
filenameThe filename of the RIC graphic image.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_dispgout.nxc, and ex_GraphicOut.nxc.