You are here: Start » AVL.NET » Invoke.RescaleArc
Changes radius of an arc and translates its center in relation to a reference point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RescaleArc ( Avl.Arc2D inArc, Optional<Avl.Point2D> inReferencePoint, float inScale, bool inInverse, out Avl.Arc2D outArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inArc | Avl.Arc2D | |||
![]()  | inReferencePoint | Atl.Optional<Avl.Point2D> | The point to which the distance of the arc center is changed (no change by default). Default value: atl::NIL. | ||
![]()  | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outArc | Avl.Arc2D | 


