Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[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.