You are here: Start » FIL.NET » FIS.RotatePath Method
FIS.RotatePath Method
Rotates a path clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotatePath ( FilNet.Path inPath, float inAngle, bool inInverse, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | FilNet.Path | Output path. |