Draw a graphic image from byte array.
Draw a graphic image byte array 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
- SysDrawGraphicArray, DrawGraphicArrayType
- 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. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_dispgaout.nxc.