You are here: Start » FIL.NET » Invoke.RotatePath
Rotates a path clockwise around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotatePath ( Fil.Path inPath, Optional<Fil.Point2D> inCenter, float inAngle, bool inInverse, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inCenter | Ftl.Optional<Fil.Point2D> | Center of rotation (the mass center by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | Fil.Path | Output path. |