Difference between revisions of "Dimension2d"
From King Arthur's Gold Wiki
m |
|||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | The Dimension2d | + | The Dimension2d type is used for setting the dimensions of things such as GUI elements. |
</onlyinclude> | </onlyinclude> | ||
Revision as of 06:04, 28 September 2012
The Dimension2d type is used for setting the dimensions of things such as GUI elements.
dimension2di dim ( const uint, const uint )
Example
GUI::DrawWindow(recti(position2di(pos.x, pos.y), dimension2di(50, 70)));