Draw a graphic image with parameters.
Draw a graphic image file on the screen at the specified x and y location using an array of parameters. 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
-
x | The x value for the position of the graphic image. |
y | The y value for the position of the graphic image. |
filename | The filename of the RIC graphic image. |
vars | The byte array of parameters. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_dispgoutex.nxc, and ex_GraphicOutEx.nxc.