ClanSoft logo
ClanSoft logo

    CL_Display::push_translate_offset

Syntax

static void push_translate_offset(
        int x,
        int y);

Description

Push translation offset onto translation stack. This offset willaffect any subsequent display operations on the current displaycard, bytranslating the position of the display operation with the offset.The offset will be offset by any previous offsets pushed onto the stack,eg. it inherits the previous offset.


Back to index



This page was built using the Perceps documentation system.