1add_clip_rect(3)                Allegro manual                add_clip_rect(3)
2
3
4

NAME

6       add_clip_rect - Intersects a bitmap's clipping rectangle with the given
7       area. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void add_clip_rect(BITMAP *bitmap, int x1, int y1, int x2, int y2);
14

DESCRIPTION

16       Sets the clipping rectangle of the specified bitmap as the intersection
17       of  its  current  clipping rectangle and the rectangle described by the
18       four coordinates.
19
20

SEE ALSO

22       set_clip_rect(3),         get_clip_rect(3),          set_clip_state(3),
23       get_clip_state(3)
24
25
26
27Allegro                          version 4.4.3                add_clip_rect(3)
Impressum