You are here: Start » FIL.NET » FIS.RotatePointArray Method
FIS.RotatePointArray Method
Rotates an array of points clockwise around a center point.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RotatePointArray ( IList<FilNet.Point2D> inPoints, float inAngle, bool inInverse, IList<FilNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |


