Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2013-06-15 17:42:51
Size: 831
Comment: actual SDL_RenderGetClipRect page
Revision 2 as of 2013-10-31 21:47:53
Size: 830
Comment: Corrected function syntax, see SGFunctions page.
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
                           SDL_Rect* rect);                            SDL_Rect* rect)

SDL_RenderGetClipRect

Use this function to get the clip rectangle for the current target.

Syntax

void SDL_RenderGetClipRect(SDL_Renderer* renderer,
                           SDL_Rect*     rect)

Function Parameters

renderer

the rendering context

rect

an SDL_Rect structure filled in with the current clipping area

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryRender

None: SDL_RenderGetClipRect (last edited 2015-06-20 19:47:56 by PhilippWiesemann)

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