You are here: Start » FIL.NET » FIS.RotateRegion Method
FIS.RotateRegion Method
Rotates a region around a point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotateRegion ( FilNet.Region inRegion, float inAngle, bool inInverse, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to counter-clockwise rotation. | ||
![]() | outRegion | FilNet.Region | Output region. |