You are here: Start » FIL.NET » Invoke.NormalizeRectangleOrientation
Changes orientation of the given rectangle according to parameters.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void NormalizeRectangleOrientation ( Fil.Rectangle2D inRectangle, float inReferenceAngle, Fil.RectangleOrientation inRectangleOrientation, out Fil.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Fil.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 | Fil.RectangleOrientation | Horizontal | Orientation of the output rectangle. Default value: Horizontal. | |
![]() | outRectangle | Fil.Rectangle2D |