nw::demo::GraphicsDrawing::FillRectangle Member Function
void FillRectangle(
const math::VEC2 & pos,
const math::VEC2 & size,
ut::Color8 color
);
| Name | Description | |
|---|---|---|
| in | pos | Coordinates of the upper left edge. |
| in | size |
Rectangle size. |
| in | color | The color. |
Draws a rectangle.
CONFIDENTIAL