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


