ClanSoft logo
ClanSoft logo

    CL_LockableSurface::put_screen

Syntax

virtual void put_screen(
        int x,
        int y,
        float scale_x,
        float scale_y,
        int spr_no=0);

Parameters

x-x coordinate to draw surface.
y-y coordinate to draw surface.
scale_x-scale x multiplyer.
scale_y-scale y multiplyer.
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.