[Top]
SDL
SDL.Rect
|
Class SDL.Rect
- Description
-
Used in SDL to define a rectangular area. It is sometimes also used
to specify only points or sizes (i.e only one of the position and
dimension is used).
-
int x
int y
- Description
-
Position of the upper-left corner of the rectangle.
-
int w
int h
- Description
-
The width and height of the rectangle.
|