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


