Rect

A rectangular region with an optional userData field of type U to associate it with an external resource (e.g. an image).

Members

Variables

h
uint h;
Undocumented in source.
packed
bool packed;
Undocumented in source.
userData
U userData;
Undocumented in source.
w
uint w;
Undocumented in source.
x
uint x;
y
uint y;
Undocumented in source.

Meta