Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » TranslateRectangle
Module: | FoundationLite |
---|
Translates a rectangle by a vector.
Name | Type | Description | |
---|---|---|---|
![]() |
inRectangle | Rectangle2D | |
![]() |
inDelta | Vector2D | Translation vector |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outRectangle | Rectangle2D |
Examples
![]() |
![]() |
TranslateRectangle performed on the sample rectangle, inDelta = (60.0, 80.0) and inInverse = False.
Complexity Level
This filter is available on Advanced Complexity Level.