Allegro Manual
Bitmap objects
screen
SCREEN_W
SCREEN_H
VIRTUAL_W
VIRTUAL_H
create_bitmap
create_bitmap_ex
create_sub_bitmap
create_video_bitmap
create_system_bitmap
destroy_bitmap
lock_bitmap
bitmap_color_depth
bitmap_mask_color
is_same_bitmap
is_planar_bitmap
is_linear_bitmap
is_memory_bitmap
is_screen_bitmap
is_video_bitmap
is_system_bitmap
is_sub_bitmap
acquire_bitmap
release_bitmap
acquire_screen
release_screen
set_clip_rect
get_clip_rect
add_clip_rect
set_clip_state
get_clip_state
is_inside_bitmap
get_clip_state
Tells if clipping is on for a bitmap.
Description
int
get_clip_state
(
BITMAP
*
bitmap
)
Returns non-zero if clipping is turned on for the specified bitmap and zero otherwise.
See Also:
set_clip_rect
get_clip_rect
add_clip_rect
set_clip_state