Rect

Undocumented in source.

Constructors

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

Members

Properties

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

Variables

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

Meta