#include <Base.h>
Public Attributes | |
sword | x |
sword | y |
word | w |
word | h |
This data type is equivalent to the SDL_Rect structure that is in library SDL. Its main intention is to define an area of the plane 2D, and with it to be able to make all type of operations with contained images in a Surface.
Height x of the region.
Width of the region.
Coordinate x of the region.
Coordinate y of the region.