You are here: Start » AVL.NET » Invoke.RotateArc
Rotates an arc clockwise around center point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotateArc ( Avl.Arc2D inArc, Optional<Avl.Point2D> inCenter, float inAngle, bool inInverse, out Avl.Arc2D outArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inArc | Avl.Arc2D | |||
![]()  | inCenter | Atl.Optional<Avl.Point2D> | Center of rotation (the arc's center by default). Default value: atl::NIL. | ||
![]()  | inAngle | float | Clockwise rotation angle. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outArc | Avl.Arc2D | 


