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


