You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TranslateRectangle
Translates a rectangle by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TranslateRectangle ( FilNet.Rectangle2D inRectangle, FilNet.Vector2D inDelta, bool inInverse, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | inDelta | FilNet.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outRectangle | FilNet.Rectangle2D |
Examples
![]() |
![]() |
TranslateRectangle performed on the sample rectangle, inDelta = (60.0, 80.0) and inInverse = False.