You are here: Start » FIL.NET » Invoke.RescaleCircle
Changes radius of a circle and translates its center in relation to a reference point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleCircle ( Fil.Circle2D inCircle, Optional<Fil.Point2D> inReferencePoint, float inScale, bool inInverse, out Fil.Circle2D outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | |||
![]() | inReferencePoint | Ftl.Optional<Fil.Point2D> | The point to which the distance of the circle 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. | ||
![]() | outCircle | Fil.Circle2D |