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.