get_clip_rect (3) - Linux Manuals
get_clip_rect: Returns the clipping rectangle of a bitmap. Allegro game programming library.
Command to display get_clip_rect
manual in Linux: $ man 3 get_clip_rect
NAME
get_clip_rect - Returns the clipping rectangle of a bitmap. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
void get_clip_rect(BITMAP *bitmap, int *x1, int *y1, int *x2, int *y2);
DESCRIPTION
Returns the clipping rectangle for the specified bitmap.
Pages related to get_clip_rect
- get_clip_state (3) - Tells if clipping is on for a bitmap. Allegro game programming library.
- get_camera_matrix (3) - Constructs a camera matrix for perspective projection. Allegro game programming library.
- get_color_depth (3) - Returns the current pixel color depth. Allegro game programming library.
- get_compiled_sprite (3) - Creates a compiled sprite using a bitmap as source. Allegro game programming library.
- get_config_argv (3) - Reads a token list from the configuration file. Allegro game programming library.
- get_config_float (3) - Retrieves a float from the configuration file. Allegro game programming library.
- get_config_hex (3) - Retrieves a hexadecimal value from the configuration file. Allegro game programming library.
- get_config_id (3) - Retrieves a driver ID from a configuration file. Allegro game programming library.
- get_config_int (3) - Retrieves an integer from the configuration file. Allegro game programming library.