nw::demo::GraphicsDrawing::FillRectangle Member Function

Syntax

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

List of Overloaded Member Functions

FillRectangle(s32, s32, s32, s32, ut::Color8) Draws a rectangle.
FillRectangle(const math::VEC2 &, const math::VEC2 &, ut::Color8) Draws a rectangle.

Description of FillRectangle ( s32, s32, s32, s32, ut::Color8 )

Draws a rectangle.

Description of FillRectangle ( const math::VEC2 &, const math::VEC2 &, ut::Color8 )

Draws a rectangle.


CONFIDENTIAL