nn
::
util
::
Rect
::Move
Member Function
Syntax
void Move(
f32
dx,
f32
dy );
Arguments
Name
Description
in
dx
The distance to move the rectangle along the x-axis.
in
dy
The distance to move the rectangle along the y-axis.
Return Values
None.
Description
Moves (translates) a rectangle.
Revision History
2010/08/23
Initial version.
CONFIDENTIAL