You are here: Start » FIL.NET » FIS.ReorientRectangle Method
FIS.ReorientRectangle Method
Changes orientation of the given rectangle by multiple of 90 degrees.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReorientRectangle ( FilNet.Rectangle2D inRectangle, int inRotationCount, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | Input rectangle. | ||
![]() | inRotationCount | int | 0 | Defines by what multiplicity of 90 degrees rectangle orientation should be changed. Default value: 0. | |
![]() | outRectangle | FilNet.Rectangle2D |