#pragma section-numbers off #pragma camelcase off ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^* = SDL_RenderGetClipRect = Use this function to get the clip rectangle for the current target. <> == Syntax == {{{#!highlight cpp void SDL_RenderGetClipRect(SDL_Renderer* renderer, SDL_Rect* rect) }}} == Function Parameters == ||'''renderer'''||the rendering context from which clip rectangle should be queried|| ||'''rect'''||an [[SDL_Rect]] structure filled in with the current clipping area or an empty rectangle if clipping is disabled|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_RenderIsClipEnabled]] .[[SDL_RenderSetClipRect]] ---- [[CategoryAPI]], [[CategoryRender]]