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


