Previous Up Next

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

ObjWin _BLTbitmap (
ObjWin _window_
ObjBitmap _bitmap_
I _x_
I _y_
)
Parameters

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

same window