Ovlimagei f i x y, Ovlimageraw p xsz ysz i x y, Ovlimagetest i x y – Sensoray 2224 Windows User Manual
Page 82: Ovlblitf f x y g, Ovlblit p xsz ysz x y [g=0, Ovlmove i x y, Ovldelxy x y
ovlimagei f i x y
Calls S2226_OverlayImageIdx() and optionally S2226_UpdateOverlay()
Overlay .bmp file f to location x, y using index i
ovlimageraw p xSz ySz i x y
Calls S2226_OverlayImageRaw() and optionally S2226_UpdateOverlay()
Put image p of xSz ySz to overlay index-i at x,y
ovlimagetest i x y
This routine calls the S2226_OverlayImageRaw() API with a known hardcoded image, puts the image to
overlay index-i at x,y
ovlblitf f x y g
Calls S2226_CopyBmpToOverlayZero()
This routine will copy Overlay .bmp file f to loc x, y within Overlay Index-0. If g=0=foreground. Image
will appear immediately. If g=1=background. Image will be written to background and will appear after
bankswitch initiated by S2226_UpdateOverlay()
ovlblit p xSz ySz x y [g=0]
Calls S2226_CopyBmpToOverlayZero()
This routine copys overlay image p size xSz,ySz to loc x, y within Overlay Index-0. If g=0=foreground.
Image will appear immediately. If g=1=background. Image will be written to background and will
appear after bankswitch=S2226_UpdateOverlay()
Item g is optional. If not given it will default to 0.
ovlmove i x y
Calls S2226_MoveOverlay() and optionally S2226_UpdateOverlay()
This routine move overlay sub-window-i to new x,y location
ovldelxy x y
Calls S2226_OverlayDelXY() and optionally S2226_UpdateOverlay()
This routine deletes the overlay index at location x y.
82