nw::demo::GraphicsDrawing::FillRectangle Member Function
void FillRectangle(
s32 posh,
s32 posv,
s32 sizeh,
s32 sizev,
ut::Color8 color
);
void FillRectangle(
const math::VEC2 & pos,
const math::VEC2 & size,
ut::Color8 color
);
| FillRectangle(s32, s32, s32, s32, ut::Color8) | Draws a rectangle. |
| FillRectangle(const math::VEC2 &, const math::VEC2 &, ut::Color8) | Draws a rectangle. |
FillRectangle ( s32, s32, s32, s32, ut::Color8 ) Draws a rectangle.
FillRectangle ( const math::VEC2 &, const math::VEC2 &, ut::Color8 )Draws a rectangle.
CONFIDENTIAL