|
Size: 1059
Comment: added DRAFT to top for removal after page is edited
|
Size: 1067
Comment: update RF names
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 33: | Line 33: |
| .[[SDL_RenderRect]]? .[[SDL_RenderRects]]? |
.[[SDL_RenderDrawRect]]? .[[SDL_RenderDrawRects]]? |
DRAFT |
SDL_Rect
A structure that defines a rectangle, with the origin at the upper left.
Data Fields
int |
x, y |
the x and y location of the rectangle's upper left corner |
int |
w, h |
the width (w) and height (h) of the rectangle |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
SDL_RectEmpty (=define), SDL_RectEquals (=define) (\sa in header; should these be in Remarks?)
