IntRect

Undocumented in source.

Constructors

this
this(int left, int top, int width, int height)
Undocumented in source.
this
this(float left, float top, float width, float height)
Undocumented in source.
this
this(Rect rect)
Undocumented in source.
this
this(vec4i rect)
Undocumented in source.
this
this(vec4 rect)
Undocumented in source.
this
this(vec2i point, vec2i size)
Undocumented in source.
this
this(vec2 point, vec2 size)
Undocumented in source.
this
this(FrameRect rect)
Undocumented in source.

Members

Properties

point
vec2i point [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
vec2i size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
int height;
Undocumented in source.
left
int left;
Undocumented in source.
top
int top;
Undocumented in source.
width
int width;
Undocumented in source.

Meta