Wiki Page Content

Revision 1 as of 2010-02-25 21:21:28

Clear message

DRAFT

SDL_GetClipRect

Use this function to get the clipping rectangle for the destination surface in a blit.

Syntax

void SDL_GetClipRect(SDL_Surface* surface,
                     SDL_Rect*    rect)

Function Parameters

surface

the surface to query

rect

must be a pointer to a valid rectangle which will be filled with the correct values

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategorySurface

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit