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