1get_clip_rect(3) Allegro manual get_clip_rect(3)
23
4
NAME
6get_clip_rect - Returns the clipping rectangle of a bitmap. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void get_clip_rect(BITMAP *bitmap, int *x1, int *y1, int *x2, int *y2);
14
DESCRIPTION
16Returns the clipping rectangle for the specified bitmap.
1718
SEE ALSO
20set_clip_rect(3), add_clip_rect(3), set_clip_state(3),
21get_clip_state(3)
2223
24
25
Allegro version 4.2.2 get_clip_rect(3)