Imagebox

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

height
void height(int height)
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(int width)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

endRender
void endRender()
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void startRender()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Box

x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
x
void x(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
y
void y(int y)
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(int width)
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta