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


