You are here: Start » FIL.NET » FIS.RescaleArc Method
FIS.RescaleArc Method
Changes radius of an arc and translates its center in relation to a reference point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RescaleArc ( FilNet.Arc2D inArc, float inScale, bool inInverse, out FilNet.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outArc | FilNet.Arc2D |