nw::ut::Rect::Move Member Function

Syntax

void Move(
     f32 dx,
     f32 dy
);

Arguments

Name Description
in dx Amount to move the rectangle in the x-direction.
in dy Amount to move the rectangle in the y-direction.

Return Values

None.

Description

Moves the rectangle in parallel.


CONFIDENTIAL