Next: Surfaces, Previous: Events, Up: API Reference [Contents][Index]
(use-modules (sdl2 rect))
Return a new rectangle whose upper-left corner is at (x, y) and is width pixels wide and height pixels high.
Return the X coordinate of rect.
Return the Y coordinate of rect.
Return the width of rect.
Return the height of rect.
Set the x coordinate of rect to x.
Set the y coordinate of rect to y.
Set the width of rect to w.
Set the height of rect to h.