1al_set_clipping_rectangle(3)                      al_set_clipping_rectangle(3)
2
3
4

NAME

6       al_set_clipping_rectangle - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_clipping_rectangle(int x, int y, int width, int height)
12

DESCRIPTION

14       Set  the region of the target bitmap or display that pixels get clipped
15       to.  The default is to clip pixels to the entire bitmap.
16

SEE ALSO

18       al_get_clipping_rectangle(3), al_reset_clipping_rectangle(3)
19
20
21
22Allegro reference manual                          al_set_clipping_rectangle(3)
Impressum