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

Syntax

void FillRectangle(
     s32 posh,
     s32 posv,
     s32 sizeh,
     s32 sizev,
     ut::Color8 color
);

Arguments

Name Description
in posh X-coordinate of the upper left edge.
in posv Y-coordinate of the upper left edge.
in sizeh X direction size of the rectangle.
in sizev Y direction size of the rectangle.
in color The color.

Return Values

None.

Description

Draws a rectangle.


CONFIDENTIAL