Rect

Rectangle definition, origin at upper left.

struct Rect (
T
) if (
isNumeric!T
) {}

Members

Variables

h
T h;
Undocumented in source.
w
T w;
Undocumented in source.
x
T x;
Undocumented in source.
y
T y;
Undocumented in source.

Meta