logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_rect_translate - move the area of a rectangle

Description

tickit_rect_translate() adds to both the top and left members of the given rectangle.

Name

       tickit_rect_translate - move the area of a rectangle

Return Value

tickit_rect_translate() returns nothing.

See Also

tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7), tickit(7)

                                                                                        TICKIT_RECT_TRANSLATE(3)

Synopsis

#include<tickit.h>voidtickit_rect_translate(TickitRect*rect,intdownward,intrightward);

       Link with -ltickit.

See Also