You are here: Start » FIL.NET » Invoke.RotateArc
Rotates an arc clockwise around center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateArc ( Fil.Arc2D inArc, Optional<Fil.Point2D> inCenter, float inAngle, bool inInverse, out Fil.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | Fil.Arc2D | |||
![]() | inCenter | Ftl.Optional<Fil.Point2D> | Center of rotation (the arc's center by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outArc | Fil.Arc2D |