You are here: Start » FIL.NET » FIS.NormalizeRectangleOrientation Method
FIS.NormalizeRectangleOrientation Method
Changes orientation of the given rectangle according to parameters.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeRectangleOrientation ( FilNet.Rectangle2D inRectangle, float inReferenceAngle, FilNet.RectangleOrientation inRectangleOrientation, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | Input rectangle. | ||
![]() | inReferenceAngle | float | 0.0f | The middle angle of the valid range of the output rectangle's angle. Default value: 0.0f. | |
![]() | inRectangleOrientation | FilNet.RectangleOrientation | Horizontal | Orientation of the output rectangle. Default value: Horizontal. | |
![]() | outRectangle | FilNet.Rectangle2D |