Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_GetClipRect(3)


SDL_GetClipRect

SDL_GetClipRect

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_GetClipRect− Gets the clipping rectangle for a surface.

SYNOPSIS

#include "SDL.h"

void SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect);

DESCRIPTION

Gets the clipping rectangle for a surface. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into.

The rectangle pointed to by rect will be filled with the clipping rectangle of the surface.

SEE ALSO

SDL_SetClipRect, SDL_BlitSurface, SDL_Surface



SDL_GetClipRect(3)