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

NAME

6       get_clip_rect  -  Returns  the  clipping rectangle of a bitmap. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Returns the clipping rectangle for the specified bitmap.
17
18

SEE ALSO

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