You are here: Start » FIL.NET » Invoke.RotateLine
Rotates a line clockwise around a center point.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateLine ( Fil.Line2D inLine, Fil.Point2D inCenter, float inAngle, bool inInverse, out Fil.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine | Fil.Line2D | |||
![]() | inCenter | Fil.Point2D | Center of rotation. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outLine | Fil.Line2D |


