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


