You are here: Start » AVL.NET » Invoke.TranslateRectangle
Translates a rectangle by a vector.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslateRectangle ( Avl.Rectangle2D inRectangle, Avl.Vector2D inDelta, bool inInverse, out Avl.Rectangle2D outRectangle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | inDelta | Avl.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outRectangle | Avl.Rectangle2D |


