Home | All Classes | Grouped Classes | Index | Search

CL_Display::push_translate_offset

Push translation offset onto translation stack.

	void push_translate_offset(
		int delta_x, int delta_y);

	void push_translate_offset();

Detailed description:

This offset will affect any subsequent display operations on the current displaycard, by translating 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.

See also:

CL_Display



Questions or comments, write to the ClanLib mailing list.