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