Dimension2d

From King Arthur's Gold Wiki
Revision as of 18:12, 16 December 2012 by The dnmr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)));