You are here: Start » AVL.NET » AVS.RotateRegion Method
AVS.RotateRegion Method
Rotates a region around a point.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
public static void RotateRegion ( AvlNet.Region inRegion, AvlNet.Point2D? inCenter, float inAngle, bool inInverse, int? inFrameWidth, int? inFrameHeight, AvlNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inCenter | AvlNet.Point2D? | Center of rotation. Default value: atl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to counter-clockwise rotation. | ||
![]() | inFrameWidth | int? | <0, 65535> | Output region frame width. Default value: atl::NIL. | |
![]() | inFrameHeight | int? | <0, 65535> | Output region frame height. Default value: atl::NIL. | |
![]() | outRegion | AvlNet.Region | Output region. |