Imagebox

Constructors

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

Members

Functions

render
void render()

Static functions

endRender
void endRender()
render
void render(Image image, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void startRender()

Static variables

vertices
float[8] vertices;
Undocumented in source.

Variables

image
Image image;
Undocumented in source.

Inherited Members

From Box

color
alias color = colour
Undocumented in source.
colour
Colour colour;
Undocumented in source.
x
float x;
y
float y;
width
float width;
height
float height;
Undocumented in source.
vertices
float[8] vertices;
Undocumented in source.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void startRender()
endRender
void endRender()

Meta