ClanSoft logo
ClanSoft logo

    CL_LockableSurface::put_screen

Syntax

virtual void put_screen(
        int x,
        int y,
        int size_x,
        int size_y,
        int spr_no=0);

Parameters

x-x coordinate to draw surface.
y-y coordinate to draw surface.
size_x-width of the image when scaled.
size_y-height of the image when scaled.
spr_no-subsprite number to use.

Description

Draws the surface onto the backbuffer - scaling it to a specified size.


Back to index



This page was built using the Perceps documentation system.