1al_set_clipping_rectangle(3) al_set_clipping_rectangle(3)
23
4
NAME
6al_set_clipping_rectangle - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_clipping_rectangle(int x, int y, int width, int height)
12
DESCRIPTION
14Set the region of the target bitmap or display that pixels get clipped
15to. The default is to clip pixels to the entire bitmap.
16
SEE ALSO
18al_get_clipping_rectangle(3), al_reset_clipping_rectangle(3)
1920
21
22
Allegro reference manual al_set_clipping_rectangle(3)