Class SDLRect[in The SDL Falcon Module.]

Storage for rectangular coordinates.

class SDLRect

more...

Summary

initStorage for rectangular coordinates.
hheight of the rectangle
wwidth of the rectangle
xthe X coordinate (left position)
ythe Y coordinate (top position)

Detailed description

Storage for rectangular coordinates.

This class stores rectangular coordinates. Actually, this class is just a "contract" or "interface", as every function accepting an SDLRect will just accept any class providing the properties listed here.

Init Block

Storage for rectangular coordinates.

This class stores rectangular coordinates. Actually, this class is just a "contract" or "interface", as every function accepting an SDLRect will just accept any class providing the properties listed here.

Properties

h

height of the rectangle

w

width of the rectangle

x

the X coordinate (left position)

y

the Y coordinate (top position)


Made with faldoc 2.0.0