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

Syntax

void FillRectangle(
     const math::VEC2 & pos,
     const math::VEC2 & size,
     ut::Color8 color
);

Arguments

Name Description
in pos Coordinates of the upper left edge.
in size Rectangle size.
in color The color.

Return Values

None.

Description

Draws a rectangle.


CONFIDENTIAL