ClanSoft logo
ClanSoft logo

    CL_DisplayCard::push_translate_offset

Syntax

virtual void push_translate_offset(
        int x,
        int y);

Description

Push translation offset onto translation stack. This offset willaffect any subsequent display operations on the 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.