You are here: Start » FIL.NET » Invoke.RotateCircle
Rotates a circle clockwise around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateCircle ( Fil.Circle2D inCircle, Fil.Point2D inCenter, float inAngle, bool inInverse, out Fil.Circle2D outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | |||
![]() | inCenter | Fil.Point2D | Center of rotation. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle | Fil.Circle2D |