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


