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, FilNet.Point2D? inCenter, float inAngle, bool inInverse, int? inFrameWidth, int? inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inCenter | FilNet.Point2D? | Center of rotation. Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to counter-clockwise rotation. | ||
![]() | inFrameWidth | int? | <0, 65535> | Output region frame width. Default value: ftl::NIL. | |
![]() | inFrameHeight | int? | <0, 65535> | Output region frame height. Default value: ftl::NIL. | |
![]() | outRegion | FilNet.Region | Output region. |