Previous Up Next

_BLTsurface
Displays the surface in the window.
This function corresponds to the display in window mode and has no effect on a surface in fullscreen mode.

ObjWin _BLTsurface (
ObjWin _win_
I _destX_
I _destY_
ObjSurface _surface_
I _srcX_
I _srcY_
I _width_
I _height_
)
Parameters

_win_
Rendering window
_destX_
Horizontal position in window
_destY_
Vertical position in window
_surface_
Rendering surface
_srcX_
Horizontal position on surface
_srcY_
Vertical position on surface
_width_
Horizontal size
_height_
Vertical size
Return value

Rendering window if successful, otherwise nil