Previous Up Next

_BLTbitmap8
Blit the whole bitmap on a window, specifying the (x,y) window coordinate of the top-left corner of the bitmap.

ObjWin _BLTbitmap8 (
ObjWin _window_
ObjBitmap8 _bitmap_
I _x_
I _y_
)
Parameters

_window_
any window
_bitmap_
any 8-bits bitmap
_x_
x window coordinate
_y_
y window coordinate
Return value

same window