tickit_rect_translate
move the area of a rectangle
- Provided by: libtickit-dev (Version: 0.4.1-1)
- Source: libtickit
- Report a bug
move the area of a rectangle
#include <tickit.h> void tickit_rect_translate(TickitRect *rect, int downward, int rightward);
Link with -ltickit.
tickit_rect_translate() adds to both the top and left members of the given rectangle.
tickit_rect_translate() returns nothing.
tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7), tickit(7)