Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_REC..._TRANSLATE(3) Library Functions Manual TICKIT_REC..._TRANSLATE(3)

NAME
       tickit_rectset_translate	- move all the rectangles in a rectangle set

SYNOPSIS
       #include	<tickit.h>

       void tickit_rectset_translate(TickitRectSet *trs, int downward, int rightward);

       Link with -ltickit.

DESCRIPTION
       tickit_rectset_translate()  moves  every	rectangle in the rectangle set
       by the given offset. The	number of rectangles in	the  set  is  not  af-
       fected  by  this	 operation, and	since the set has no concept of	bound-
       aries, no clipping will take place.

RETURN VALUE
       tickit_rectset_translate() returns no value.

SEE ALSO
       tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)

						    TICKIT_REC..._TRANSLATE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_rectset_translate&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help